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