public enum AdjustmentPeriodTypeId extends java.lang.Enum<AdjustmentPeriodTypeId>
| Enum Constant and Description |
|---|
CurrentPeriod
No comment data provided
|
NextPeriod
No comment data provided
|
None
No comment data provided
|
| Modifier and Type | Method and Description |
|---|---|
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 null