public enum AssignCouponResult extends java.lang.Enum<AssignCouponResult>
| Enum Constant and Description |
|---|
ASSIGNED
Generated enum value for
AssignCouponResult.ASSIGNED value defined at extension customercouponfacades. |
INEXISTENCE
Generated enum value for
AssignCouponResult.INEXISTENCE value defined at extension customercouponfacades. |
SUCCESS
Generated enum value for
AssignCouponResult.SUCCESS value defined at extension customercouponfacades. |
| Modifier and Type | Method and Description |
|---|---|
static AssignCouponResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssignCouponResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssignCouponResult SUCCESS
AssignCouponResult.SUCCESS value defined at extension customercouponfacades.public static final AssignCouponResult ASSIGNED
AssignCouponResult.ASSIGNED value defined at extension customercouponfacades.public static final AssignCouponResult INEXISTENCE
AssignCouponResult.INEXISTENCE value defined at extension customercouponfacades.public static AssignCouponResult[] values()
for (AssignCouponResult c : AssignCouponResult.values()) System.out.println(c);
public static AssignCouponResult 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.