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