public final class InteractionOperatorKind extends AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
ALT
The 'Alt' literal value
|
static InteractionOperatorKind |
ALT_LITERAL
The 'Alt' literal object
|
static int |
ASSERT
The 'Assert' literal value
|
static InteractionOperatorKind |
ASSERT_LITERAL
The 'Assert' literal object
|
static int |
BREAK
The 'Break' literal value
|
static InteractionOperatorKind |
BREAK_LITERAL
The 'Break' literal object
|
static int |
CONSIDER
The 'Consider' literal value
|
static InteractionOperatorKind |
CONSIDER_LITERAL
The 'Consider' literal object
|
static int |
CRITICAL
The 'Critical' literal value
|
static InteractionOperatorKind |
CRITICAL_LITERAL
The 'Critical' literal object
|
static int |
IGNORE
The 'Ignore' literal value
|
static InteractionOperatorKind |
IGNORE_LITERAL
The 'Ignore' literal object
|
static int |
LOOP
The 'Loop' literal value
|
static InteractionOperatorKind |
LOOP_LITERAL
The 'Loop' literal object
|
static int |
NEG
The 'Neg' literal value
|
static InteractionOperatorKind |
NEG_LITERAL
The 'Neg' literal object
|
static int |
OPT
The 'Opt' literal value
|
static InteractionOperatorKind |
OPT_LITERAL
The 'Opt' literal object
|
static int |
PAR
The 'Par' literal value
|
static InteractionOperatorKind |
PAR_LITERAL
The 'Par' literal object
|
static int |
SEQ
The 'Seq' literal value
|
static InteractionOperatorKind |
SEQ_LITERAL
The 'Seq' literal object
|
static int |
STRICT
The 'Strict' literal value
|
static InteractionOperatorKind |
STRICT_LITERAL
The 'Strict' literal object
|
static List |
VALUES
A public read-only list of all the 'Interaction Operator Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static InteractionOperatorKind |
get(int value)
Returns the 'Interaction Operator Kind' literal with the specified integer value
|
static InteractionOperatorKind |
get(String literal)
Returns the 'Interaction Operator Kind' literal with the specified literal value
|
static InteractionOperatorKind |
getByName(String name)
Returns the 'Interaction Operator Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int SEQ
SEQ_LITERAL
,
Constant Field Valuespublic static final int ALT
ALT_LITERAL
,
Constant Field Valuespublic static final int OPT
OPT_LITERAL
,
Constant Field Valuespublic static final int BREAK
BREAK_LITERAL
,
Constant Field Valuespublic static final int PAR
PAR_LITERAL
,
Constant Field Valuespublic static final int STRICT
STRICT_LITERAL
,
Constant Field Valuespublic static final int LOOP
LOOP_LITERAL
,
Constant Field Valuespublic static final int CRITICAL
CRITICAL_LITERAL
,
Constant Field Valuespublic static final int NEG
NEG_LITERAL
,
Constant Field Valuespublic static final int ASSERT
ASSERT_LITERAL
,
Constant Field Valuespublic static final int IGNORE
IGNORE_LITERAL
,
Constant Field Valuespublic static final int CONSIDER
CONSIDER_LITERAL
,
Constant Field Valuespublic static final InteractionOperatorKind SEQ_LITERAL
SEQ
public static final InteractionOperatorKind ALT_LITERAL
ALT
public static final InteractionOperatorKind OPT_LITERAL
OPT
public static final InteractionOperatorKind BREAK_LITERAL
BREAK
public static final InteractionOperatorKind PAR_LITERAL
PAR
public static final InteractionOperatorKind STRICT_LITERAL
STRICT
public static final InteractionOperatorKind LOOP_LITERAL
LOOP
public static final InteractionOperatorKind CRITICAL_LITERAL
CRITICAL
public static final InteractionOperatorKind NEG_LITERAL
NEG
public static final InteractionOperatorKind ASSERT_LITERAL
ASSERT
public static final InteractionOperatorKind IGNORE_LITERAL
IGNORE
public static final InteractionOperatorKind CONSIDER_LITERAL
CONSIDER
public static final List VALUES
public static InteractionOperatorKind get(String literal)
public static InteractionOperatorKind getByName(String name)
public static InteractionOperatorKind get(int value)