Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
returns the name of the resource
int
an integer representing the type of the resource.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
GROUP_MEMBERSHIP
public static final Resources GROUP_MEMBERSHIP
PROCESS_DEFINITION
public static final Resources PROCESS_DEFINITION
PROCESS_INSTANCE
public static final Resources PROCESS_INSTANCE
DECISION_DEFINITION
public static final Resources DECISION_DEFINITION
TENANT_MEMBERSHIP
public static final Resources TENANT_MEMBERSHIP
DECISION_REQUIREMENTS_DEFINITION
public static final Resources DECISION_REQUIREMENTS_DEFINITION
OPERATION_LOG_CATEGORY
public static final Resources OPERATION_LOG_CATEGORY
HISTORIC_PROCESS_INSTANCE
public static final Resources HISTORIC_PROCESS_INSTANCE
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
resourceType
public int resourceType ()
Description copied from interface: Resource
an integer representing the type of the resource.
Specified by:
resourceType in interface Resource
Returns:
the type identitfyer of the resource