public enum CMSComponentAdminAction extends java.lang.Enum<CMSComponentAdminAction> implements HybrisEnumValue
| Enum Constant and Description |
|---|
ADD
Generated enum value for CMSComponentAdminAction.ADD declared at extension liveeditaddon.
|
CLONE
Generated enum value for CMSComponentAdminAction.CLONE declared at extension liveeditaddon.
|
EDIT
Generated enum value for CMSComponentAdminAction.EDIT declared at extension liveeditaddon.
|
EDIT_NAVIGATION
Generated enum value for CMSComponentAdminAction.EDIT_NAVIGATION declared at extension liveeditaddon.
|
EDIT_POPUP
Generated enum value for CMSComponentAdminAction.EDIT_POPUP declared at extension liveeditaddon.
|
EDIT_PRODUCT_REFERENCES
Generated enum value for CMSComponentAdminAction.EDIT_PRODUCT_REFERENCES declared at extension liveeditaddon.
|
HIDE
Generated enum value for CMSComponentAdminAction.HIDE declared at extension liveeditaddon.
|
INSPECTOR
Generated enum value for CMSComponentAdminAction.INSPECTOR declared at extension liveeditaddon.
|
MANAGE_MEDIA
Generated enum value for CMSComponentAdminAction.MANAGE_MEDIA declared at extension liveeditaddon.
|
MANAGE_PRODUCT_FEATURE_IMAGE
Generated enum value for CMSComponentAdminAction.MANAGE_PRODUCT_FEATURE_IMAGE declared at extension liveeditaddon.
|
MANAGE_PRODUCT_IMAGE
Generated enum value for CMSComponentAdminAction.MANAGE_PRODUCT_IMAGE declared at extension liveeditaddon.
|
OVERRIDE
Generated enum value for CMSComponentAdminAction.OVERRIDE declared at extension liveeditaddon.
|
REMOVE
Generated enum value for CMSComponentAdminAction.REMOVE declared at extension liveeditaddon.
|
REMOVE_CONTAINER
Generated enum value for CMSComponentAdminAction.REMOVE_CONTAINER declared at extension liveeditaddon.
|
RESTRICTIONS
Generated enum value for CMSComponentAdminAction.RESTRICTIONS declared at extension liveeditaddon.
|
SHOW
Generated enum value for CMSComponentAdminAction.SHOW declared at extension liveeditaddon.
|
SHOW_ALL
Generated enum value for CMSComponentAdminAction.SHOW_ALL declared at extension liveeditaddon.
|
SYNC
Generated enum value for CMSComponentAdminAction.SYNC declared at extension liveeditaddon.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
static CMSComponentAdminAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CMSComponentAdminAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMSComponentAdminAction EDIT
public static final CMSComponentAdminAction EDIT_POPUP
public static final CMSComponentAdminAction CLONE
public static final CMSComponentAdminAction REMOVE
public static final CMSComponentAdminAction REMOVE_CONTAINER
public static final CMSComponentAdminAction SYNC
public static final CMSComponentAdminAction INSPECTOR
public static final CMSComponentAdminAction HIDE
public static final CMSComponentAdminAction SHOW
public static final CMSComponentAdminAction ADD
public static final CMSComponentAdminAction OVERRIDE
public static final CMSComponentAdminAction MANAGE_PRODUCT_IMAGE
public static final CMSComponentAdminAction RESTRICTIONS
public static final CMSComponentAdminAction EDIT_PRODUCT_REFERENCES
public static final CMSComponentAdminAction SHOW_ALL
public static final CMSComponentAdminAction MANAGE_MEDIA
public static final CMSComponentAdminAction EDIT_NAVIGATION
public static final CMSComponentAdminAction MANAGE_PRODUCT_FEATURE_IMAGE
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static CMSComponentAdminAction[] values()
for (CMSComponentAdminAction c : CMSComponentAdminAction.values()) System.out.println(c);
public static CMSComponentAdminAction 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 nullpublic java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValueCopyright © 2018 SAP SE. All Rights Reserved.