public final class InteractionOperatorKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements InteractionOperatorKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getInteractionOperatorKindEnum(), 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static InteractionOperatorKind | 
ALT
The 'Alt' literal object. 
 | 
static int | 
ALT_VALUE
The 'Alt' literal value. 
 | 
static InteractionOperatorKind | 
ASSERT
The 'Assert' literal object. 
 | 
static int | 
ASSERT_VALUE
The 'Assert' literal value. 
 | 
static InteractionOperatorKind | 
BREAK
The 'Break' literal object. 
 | 
static int | 
BREAK_VALUE
The 'Break' literal value. 
 | 
static InteractionOperatorKind | 
CONSIDER
The 'Consider' literal object. 
 | 
static int | 
CONSIDER_VALUE
The 'Consider' literal value. 
 | 
static InteractionOperatorKind | 
CRITICAL
The 'Critical' literal object. 
 | 
static int | 
CRITICAL_VALUE
The 'Critical' literal value. 
 | 
static InteractionOperatorKind | 
IGNORE
The 'Ignore' literal object. 
 | 
static int | 
IGNORE_VALUE
The 'Ignore' literal value. 
 | 
static InteractionOperatorKind | 
LOOP
The 'Loop' literal object. 
 | 
static int | 
LOOP_VALUE
The 'Loop' literal value. 
 | 
static InteractionOperatorKind | 
NEG
The 'Neg' literal object. 
 | 
static int | 
NEG_VALUE
The 'Neg' literal value. 
 | 
static InteractionOperatorKind | 
OPT
The 'Opt' literal object. 
 | 
static int | 
OPT_VALUE
The 'Opt' literal value. 
 | 
static InteractionOperatorKind | 
PAR
The 'Par' literal object. 
 | 
static int | 
PAR_VALUE
The 'Par' literal value. 
 | 
static InteractionOperatorKind | 
SEQ
The 'Seq' literal object. 
 | 
static int | 
SEQ_VALUE
The 'Seq' literal value. 
 | 
static InteractionOperatorKind | 
STRICT
The 'Strict' literal object. 
 | 
static int | 
STRICT_VALUE
The 'Strict' literal value. 
 | 
static java.util.List | 
VALUES
A public read-only list of all the 'Interaction Operator Kind' enumerators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static InteractionOperatorKindEnum | 
get(int value)
Returns the 'Interaction Operator Kind' literal with the specified integer value. 
 | 
static InteractionOperatorKindEnum | 
get(java.lang.String literal)
Returns the 'Interaction Operator Kind' literal with the specified literal value. 
 | 
static InteractionOperatorKindEnum | 
getByName(java.lang.String name)
Returns the 'Interaction Operator Kind' literal with the specified name. 
 | 
java.util.List | 
refTypeName()  | 
getLiteral, getName, getValue, toString, writeReplacepublic static final int SEQ_VALUE
SEQ, 
Constant Field Valuespublic static final int ALT_VALUE
ALT, 
Constant Field Valuespublic static final int OPT_VALUE
OPT, 
Constant Field Valuespublic static final int BREAK_VALUE
BREAK, 
Constant Field Valuespublic static final int PAR_VALUE
PAR, 
Constant Field Valuespublic static final int STRICT_VALUE
STRICT, 
Constant Field Valuespublic static final int LOOP_VALUE
LOOP, 
Constant Field Valuespublic static final int CRITICAL_VALUE
CRITICAL, 
Constant Field Valuespublic static final int NEG_VALUE
NEG, 
Constant Field Valuespublic static final int ASSERT_VALUE
ASSERT, 
Constant Field Valuespublic static final int IGNORE_VALUE
IGNORE, 
Constant Field Valuespublic static final int CONSIDER_VALUE
CONSIDER, 
Constant Field Valuespublic static final InteractionOperatorKind SEQ
SEQ_VALUEpublic static final InteractionOperatorKind ALT
ALT_VALUEpublic static final InteractionOperatorKind OPT
OPT_VALUEpublic static final InteractionOperatorKind BREAK
BREAK_VALUEpublic static final InteractionOperatorKind PAR
PAR_VALUEpublic static final InteractionOperatorKind STRICT
STRICT_VALUEpublic static final InteractionOperatorKind LOOP
LOOP_VALUEpublic static final InteractionOperatorKind CRITICAL
CRITICAL_VALUEpublic static final InteractionOperatorKind NEG
NEG_VALUEpublic static final InteractionOperatorKind ASSERT
ASSERT_VALUEpublic static final InteractionOperatorKind IGNORE
IGNORE_VALUEpublic static final InteractionOperatorKind CONSIDER
CONSIDER_VALUEpublic static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic static InteractionOperatorKindEnum get(java.lang.String literal)
public static InteractionOperatorKindEnum getByName(java.lang.String name)
public static InteractionOperatorKindEnum get(int value)