public enum AdjustmentReason extends java.lang.Enum<AdjustmentReason>
Enum Constant and Description |
---|
BadDebt
No comment data provided
|
ExemptCertApplied
No comment data provided
|
NotAdjusted
No comment data provided
|
Offline
No comment data provided
|
Other
No comment data provided
|
PriceAdjusted
No comment data provided
|
ProductExchanged
No comment data provided
|
ProductReturned
No comment data provided
|
ReconciledWithGeneralLedger
No comment data provided
|
SourcingIssue
No comment data provided
|
Modifier and Type | Method and Description |
---|---|
static AdjustmentReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdjustmentReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjustmentReason NotAdjusted
public static final AdjustmentReason SourcingIssue
public static final AdjustmentReason ReconciledWithGeneralLedger
public static final AdjustmentReason ExemptCertApplied
public static final AdjustmentReason PriceAdjusted
public static final AdjustmentReason ProductReturned
public static final AdjustmentReason ProductExchanged
public static final AdjustmentReason BadDebt
public static final AdjustmentReason Other
public static final AdjustmentReason Offline
public static AdjustmentReason[] values()
for (AdjustmentReason c : AdjustmentReason.values()) System.out.println(c);
public static AdjustmentReason 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