|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.uml.InteractionOperatorKind
A representation of the literals of the enumeration 'Interaction Operator Kind', and utility methods for working with them. InteractionOperatorKind is an enumeration designating the different kinds of operators of combined fragments. The interaction operand defines the type of operator of a combined fragment.
UMLPackage.getInteractionOperatorKind()
Field Summary | |
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 |
Method Summary | |
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 |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SEQ
InteractionOperatorKind.SEQ_LITERAL
,
Constant Field Valuespublic static final int ALT
InteractionOperatorKind.ALT_LITERAL
,
Constant Field Valuespublic static final int OPT
InteractionOperatorKind.OPT_LITERAL
,
Constant Field Valuespublic static final int BREAK
InteractionOperatorKind.BREAK_LITERAL
,
Constant Field Valuespublic static final int PAR
InteractionOperatorKind.PAR_LITERAL
,
Constant Field Valuespublic static final int STRICT
InteractionOperatorKind.STRICT_LITERAL
,
Constant Field Valuespublic static final int LOOP
InteractionOperatorKind.LOOP_LITERAL
,
Constant Field Valuespublic static final int CRITICAL
InteractionOperatorKind.CRITICAL_LITERAL
,
Constant Field Valuespublic static final int NEG
InteractionOperatorKind.NEG_LITERAL
,
Constant Field Valuespublic static final int ASSERT
InteractionOperatorKind.ASSERT_LITERAL
,
Constant Field Valuespublic static final int IGNORE
InteractionOperatorKind.IGNORE_LITERAL
,
Constant Field Valuespublic static final int CONSIDER
InteractionOperatorKind.CONSIDER_LITERAL
,
Constant Field Valuespublic static final InteractionOperatorKind SEQ_LITERAL
InteractionOperatorKind.SEQ
public static final InteractionOperatorKind ALT_LITERAL
InteractionOperatorKind.ALT
public static final InteractionOperatorKind OPT_LITERAL
InteractionOperatorKind.OPT
public static final InteractionOperatorKind BREAK_LITERAL
InteractionOperatorKind.BREAK
public static final InteractionOperatorKind PAR_LITERAL
InteractionOperatorKind.PAR
public static final InteractionOperatorKind STRICT_LITERAL
InteractionOperatorKind.STRICT
public static final InteractionOperatorKind LOOP_LITERAL
InteractionOperatorKind.LOOP
public static final InteractionOperatorKind CRITICAL_LITERAL
InteractionOperatorKind.CRITICAL
public static final InteractionOperatorKind NEG_LITERAL
InteractionOperatorKind.NEG
public static final InteractionOperatorKind ASSERT_LITERAL
InteractionOperatorKind.ASSERT
public static final InteractionOperatorKind IGNORE_LITERAL
InteractionOperatorKind.IGNORE
public static final InteractionOperatorKind CONSIDER_LITERAL
InteractionOperatorKind.CONSIDER
public static final List VALUES
Method Detail |
public static InteractionOperatorKind get(String literal)
public static InteractionOperatorKind getByName(String name)
public static InteractionOperatorKind get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |