public enum DefaultAlternateAdjustmentSource extends Enum<DefaultAlternateAdjustmentSource>
Enum Constant and Description |
---|
BUNDLE_ITEM_ADJUSTMENT
This value indicates that the adjustment was added by the price proration of the bundle price
to its items.
|
Modifier and Type | Method and Description |
---|---|
static DefaultAlternateAdjustmentSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAlternateAdjustmentSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultAlternateAdjustmentSource BUNDLE_ITEM_ADJUSTMENT
public static DefaultAlternateAdjustmentSource[] values()
for (DefaultAlternateAdjustmentSource c : DefaultAlternateAdjustmentSource.values()) System.out.println(c);
public static DefaultAlternateAdjustmentSource valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.