public enum AdjustmentPeriodTypeId extends java.lang.Enum<AdjustmentPeriodTypeId>
| Enum Constant and Description |
|---|
CurrentPeriod |
NextPeriod |
None |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static AdjustmentPeriodTypeId |
valueOf(int intValue) |
static AdjustmentPeriodTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdjustmentPeriodTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjustmentPeriodTypeId None
public static final AdjustmentPeriodTypeId CurrentPeriod
public static final AdjustmentPeriodTypeId NextPeriod
public static AdjustmentPeriodTypeId[] values()
for (AdjustmentPeriodTypeId c : AdjustmentPeriodTypeId.values()) System.out.println(c);
public static AdjustmentPeriodTypeId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AdjustmentPeriodTypeId valueOf(int intValue)
public int getValue()