public enum ProcessEntity extends java.lang.Enum<ProcessEntity>
Enum Constant and Description |
---|
Activity |
ActivityInstance |
Case |
Process |
Resource |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static ProcessEntity |
parseFromText(java.lang.String text) |
void |
setDescription(java.lang.String description) |
static ProcessEntity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessEntity ActivityInstance
public static final ProcessEntity Activity
public static final ProcessEntity Case
public static final ProcessEntity Resource
public static final ProcessEntity Process
public static ProcessEntity[] values()
for (ProcessEntity c : ProcessEntity.values()) System.out.println(c);
public static ProcessEntity 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 nullpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
public static ProcessEntity parseFromText(java.lang.String text)