public static enum ContentManagementResourceManager.Action extends java.lang.Enum<ContentManagementResourceManager.Action>
Modifier and Type | Method and Description |
---|---|
static ContentManagementResourceManager.Action | valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentManagementResourceManager.Action[] | values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ContentManagementResourceManager.Action UNDO
public static final ContentManagementResourceManager.Action MOVE
public static ContentManagementResourceManager.Action[] values()
for (ContentManagementResourceManager.Action c : ContentManagementResourceManager.Action.values()) System.out.println(c);
public static ContentManagementResourceManager.Action valueOf(java.lang.String name)