public enum AssetDepreciationServiceFixture extends Enum<AssetDepreciationServiceFixture>
| Enum Constant and Description |
|---|
DATA |
| Modifier and Type | Method and Description |
|---|---|
List<AssetPayment> |
getAssetPaymentsFromPropertiesFile() |
List<Asset> |
getAssets() |
String |
getDepreciationDate() |
List<AssetPayment> |
getResultsFromPropertiesFile() |
static AssetDepreciationServiceFixture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetDepreciationServiceFixture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetDepreciationServiceFixture DATA
public static AssetDepreciationServiceFixture[] values()
for (AssetDepreciationServiceFixture c : AssetDepreciationServiceFixture.values()) System.out.println(c);
public static AssetDepreciationServiceFixture valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDepreciationDate()
public List<AssetPayment> getAssetPaymentsFromPropertiesFile()
public List<AssetPayment> getResultsFromPropertiesFile()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.