public enum IntermediateStructure extends java.lang.Enum<IntermediateStructure>
Enum Constant and Description |
---|
ABSOLUTE_CAUSAL_IS |
ALIGNMENT_RULE_CHECKING_IS |
BEHAVIOURAL_INDEX_ERROR |
BOOLEAN_CAUSAL_IS |
BOOLEAN_IS |
CONTROLLER |
DECLARE_RELATIONS |
DFR |
EVENTUALLY_FOLLOWS |
EVENTUALLY_FOLLOWS_DUPLICATE |
LAST_EVENT |
LENGTH_TWO_LOOP |
MSD |
OCCURRENCE |
PERFORMANCE_IS |
START_EVENT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static IntermediateStructure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntermediateStructure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntermediateStructure DFR
public static final IntermediateStructure MSD
public static final IntermediateStructure LENGTH_TWO_LOOP
public static final IntermediateStructure EVENTUALLY_FOLLOWS
public static final IntermediateStructure EVENTUALLY_FOLLOWS_DUPLICATE
public static final IntermediateStructure DECLARE_RELATIONS
public static final IntermediateStructure ABSOLUTE_CAUSAL_IS
public static final IntermediateStructure BOOLEAN_CAUSAL_IS
public static final IntermediateStructure BOOLEAN_IS
public static final IntermediateStructure START_EVENT
public static final IntermediateStructure LAST_EVENT
public static final IntermediateStructure CONTROLLER
public static final IntermediateStructure OCCURRENCE
public static final IntermediateStructure ALIGNMENT_RULE_CHECKING_IS
public static final IntermediateStructure BEHAVIOURAL_INDEX_ERROR
public static final IntermediateStructure PERFORMANCE_IS
public static IntermediateStructure[] values()
for (IntermediateStructure c : IntermediateStructure.values()) System.out.println(c);
public static IntermediateStructure 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 toString()
toString
in class java.lang.Enum<IntermediateStructure>