protected static enum Executable.Type extends java.lang.Enum<Executable.Type>
| Enum Constant and Description |
|---|
AGGREGATED |
DELETE |
FILE_DOWNLOAD |
FILE_HASH |
FILE_PROPERTIES |
FILE_UPLOAD |
FIND |
INSERT |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static Executable.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Executable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Executable.Type AGGREGATED
public static final Executable.Type FIND
public static final Executable.Type INSERT
public static final Executable.Type UPDATE
public static final Executable.Type DELETE
public static final Executable.Type FILE_UPLOAD
public static final Executable.Type FILE_DOWNLOAD
public static final Executable.Type FILE_PROPERTIES
public static final Executable.Type FILE_HASH
public static Executable.Type[] values()
for (Executable.Type c : Executable.Type.values()) System.out.println(c);
public static Executable.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null