public static enum GrantableMethods.EdalClasses extends 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(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(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 nullCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.