public enum ActionProperties extends Enum<ActionProperties>
This enumeration represents all properties allowed in the ActionRequest.getActionProperty(ActionProperties)
Enum Constant and Description |
---|
ARCHIVE_TYPE |
DUPLICATE_NAME |
MOVE_INCLUDE_DESCENDANTS |
MOVE_NEW_PARENT |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static ActionProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionProperties ARCHIVE_TYPE
public static final ActionProperties DUPLICATE_NAME
public static final ActionProperties MOVE_NEW_PARENT
public static final ActionProperties MOVE_INCLUDE_DESCENDANTS
public static ActionProperties[] values()
for (ActionProperties c : ActionProperties.values()) System.out.println(c);
public static ActionProperties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getKey()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.