public static enum ProjectOperations.Callback.Operation extends Enum<ProjectOperations.Callback.Operation>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
COPY
Project copy.
|
DELETE
Project delete.
|
MOVE
Project move.
|
RENAME
Project rename.
|
Modifier and Type | Method and Description |
---|---|
static ProjectOperations.Callback.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectOperations.Callback.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectOperations.Callback.Operation DELETE
public static final ProjectOperations.Callback.Operation COPY
public static final ProjectOperations.Callback.Operation MOVE
public static final ProjectOperations.Callback.Operation RENAME
public static ProjectOperations.Callback.Operation[] values()
public static ProjectOperations.Callback.Operation 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 null