public static enum AssetCategory.DepreciationMethod extends Enum<AssetCategory.DepreciationMethod>
| Enum Constant and Description |
|---|
STRAIGHT_LINE_METHOD |
WRITTENDOWN_VALUE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
static AssetCategory.DepreciationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetCategory.DepreciationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetCategory.DepreciationMethod STRAIGHT_LINE_METHOD
public static final AssetCategory.DepreciationMethod WRITTENDOWN_VALUE_METHOD
public static AssetCategory.DepreciationMethod[] values()
for (AssetCategory.DepreciationMethod c : AssetCategory.DepreciationMethod.values()) System.out.println(c);
public static AssetCategory.DepreciationMethod 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 nullCopyright © 2015–2016 eGovernments Foundation. All rights reserved.