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