public static enum GrantableMethods.EdalClasses extends java.lang.Enum<GrantableMethods.EdalClasses>
Enum list of all action classes.| Enum Constant and Description |
|---|
PrimaryDataDirectory
|
PrimaryDataEntity
|
PrimaryDataFile
|
| Modifier and Type | Method and Description |
|---|---|
static GrantableMethods.EdalClasses |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GrantableMethods.EdalClasses[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrantableMethods.EdalClasses PrimaryDataEntity
public static final GrantableMethods.EdalClasses PrimaryDataDirectory
public static final GrantableMethods.EdalClasses PrimaryDataFile
public static GrantableMethods.EdalClasses[] values()
for (GrantableMethods.EdalClasses c : GrantableMethods.EdalClasses.values()) System.out.println(c);
public static GrantableMethods.EdalClasses 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