public enum AdjustmentTypeId extends java.lang.Enum<AdjustmentTypeId>
| Enum Constant and Description |
|---|
CspFee |
CurrentPeriodCollection |
CurrentPeriodDiscount |
CurrentPeriodRounding |
Discount |
Interest |
Other |
Penalty |
PriorPeriodCollection |
PriorPeriodDiscount |
PriorPeriodRounding |
Rounding |
| Modifier and Type | Method and Description |
|---|---|
static AdjustmentTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdjustmentTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjustmentTypeId Other
public static final AdjustmentTypeId CurrentPeriodRounding
public static final AdjustmentTypeId PriorPeriodRounding
public static final AdjustmentTypeId CurrentPeriodDiscount
public static final AdjustmentTypeId PriorPeriodDiscount
public static final AdjustmentTypeId CurrentPeriodCollection
public static final AdjustmentTypeId PriorPeriodCollection
public static final AdjustmentTypeId Penalty
public static final AdjustmentTypeId Interest
public static final AdjustmentTypeId Discount
public static final AdjustmentTypeId Rounding
public static final AdjustmentTypeId CspFee
public static AdjustmentTypeId[] values()
for (AdjustmentTypeId c : AdjustmentTypeId.values()) System.out.println(c);
public static AdjustmentTypeId 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