public static enum BookDepreciationSetting.AveragingMethodEnum extends Enum<BookDepreciationSetting.AveragingMethodEnum>
| Enum Constant and Description |
|---|
ACTUALDAYS |
FULLMONTH |
| Modifier and Type | Method and Description |
|---|---|
static BookDepreciationSetting.AveragingMethodEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static BookDepreciationSetting.AveragingMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookDepreciationSetting.AveragingMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BookDepreciationSetting.AveragingMethodEnum FULLMONTH
public static final BookDepreciationSetting.AveragingMethodEnum ACTUALDAYS
public static BookDepreciationSetting.AveragingMethodEnum[] values()
for (BookDepreciationSetting.AveragingMethodEnum c : BookDepreciationSetting.AveragingMethodEnum.values()) System.out.println(c);
public static BookDepreciationSetting.AveragingMethodEnum 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 getValue()
public String toString()
toString in class Enum<BookDepreciationSetting.AveragingMethodEnum>public static BookDepreciationSetting.AveragingMethodEnum fromValue(String text)
Copyright © 2019. All rights reserved.