public enum AdjustmentTypeId extends java.lang.Enum<AdjustmentTypeId>
| Enum Constant and Description |
|---|
CspFee
No comment data provided
|
CurrentPeriodCollection
No comment data provided
|
CurrentPeriodDiscount
No comment data provided
|
CurrentPeriodRounding
No comment data provided
|
Discount
No comment data provided
|
Interest
No comment data provided
|
Other
No comment data provided
|
Penalty
No comment data provided
|
PriorPeriodCollection
No comment data provided
|
PriorPeriodDiscount
No comment data provided
|
PriorPeriodRounding
No comment data provided
|
Rounding
No comment data provided
|
| 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