public static enum PlgActivity.RELATIONS extends java.lang.Enum<PlgActivity.RELATIONS>
Enum Constant and Description |
---|
AND_SPLIT
An AND split relation
|
SEQUENCE
A sequence relation
|
UNDEF
An undefined relation
|
XOR_SPLIT
An XOR split relation
|
Modifier and Type | Method and Description |
---|---|
static PlgActivity.RELATIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlgActivity.RELATIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlgActivity.RELATIONS UNDEF
public static final PlgActivity.RELATIONS SEQUENCE
public static final PlgActivity.RELATIONS AND_SPLIT
public static final PlgActivity.RELATIONS XOR_SPLIT
public static PlgActivity.RELATIONS[] values()
for (PlgActivity.RELATIONS c : PlgActivity.RELATIONS.values()) System.out.println(c);
public static PlgActivity.RELATIONS 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