public enum PromotionOption extends java.lang.Enum<PromotionOption>
| Enum Constant and Description |
|---|
BASIC
Generated enum value for
PromotionOption.BASIC value defined at extension commercefacades. |
EXTENDED
Generated enum value for
PromotionOption.EXTENDED value defined at extension commercefacades. |
| Modifier and Type | Method and Description |
|---|---|
static PromotionOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromotionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromotionOption BASIC
PromotionOption.BASIC value defined at extension commercefacades.public static final PromotionOption EXTENDED
PromotionOption.EXTENDED value defined at extension commercefacades.public static PromotionOption[] values()
for (PromotionOption c : PromotionOption.values()) System.out.println(c);
public static PromotionOption 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 nullCopyright © 2018 SAP SE. All Rights Reserved.