Enum GrantableMethods.EdalClasses
- java.lang.Object
-
- java.lang.Enum<GrantableMethods.EdalClasses>
-
- de.ipk_gatersleben.bit.bi.edal.aspectj.security.GrantableMethods.EdalClasses
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<GrantableMethods.EdalClasses>
,java.lang.constant.Constable
- Enclosing class:
- GrantableMethods
public static enum GrantableMethods.EdalClasses extends java.lang.Enum<GrantableMethods.EdalClasses>
ConstantEnum
list of all action classes.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PrimaryDataDirectory
PrimaryDataEntity
PrimaryDataFile
-
Method Summary
Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
PrimaryDataEntity
public static final GrantableMethods.EdalClasses PrimaryDataEntity
-
PrimaryDataDirectory
public static final GrantableMethods.EdalClasses PrimaryDataDirectory
-
PrimaryDataFile
public static final GrantableMethods.EdalClasses PrimaryDataFile
-
-
Method Detail
-
values
public static GrantableMethods.EdalClasses[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GrantableMethods.EdalClasses valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-