|
|||||||||||
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.InteractionOperator
A representation of the literals of the enumeration 'Interaction Operator', and utility methods for working with them. Interaction Operator is an enumeration designating the different kinds of operators of CombinedFragments. The InteractionOperand defines the type of operator of a CombinedFragment.
UML2Package.getInteractionOperator()
Field Summary | |
static int |
ALT
The 'Alt' literal value |
static InteractionOperator |
ALT_LITERAL
The 'Alt' literal object |
static int |
ASSERT
The 'Assert' literal value |
static InteractionOperator |
ASSERT_LITERAL
The 'Assert' literal object |
static int |
BREAK
The 'Break' literal value |
static InteractionOperator |
BREAK_LITERAL
The 'Break' literal object |
static int |
CONSIDER
The 'Consider' literal value |
static InteractionOperator |
CONSIDER_LITERAL
The 'Consider' literal object |
static String |
copyright
|
static int |
CRITICAL
The 'Critical' literal value |
static InteractionOperator |
CRITICAL_LITERAL
The 'Critical' literal object |
static int |
IGNORE
The 'Ignore' literal value |
static InteractionOperator |
IGNORE_LITERAL
The 'Ignore' literal object |
static int |
LOOP
The 'Loop' literal value |
static InteractionOperator |
LOOP_LITERAL
The 'Loop' literal object |
static int |
NEG
The 'Neg' literal value |
static InteractionOperator |
NEG_LITERAL
The 'Neg' literal object |
static int |
OPT
The 'Opt' literal value |
static InteractionOperator |
OPT_LITERAL
The 'Opt' literal object |
static int |
PAR
The 'Par' literal value |
static InteractionOperator |
PAR_LITERAL
The 'Par' literal object |
static int |
SEQ
The 'Seq' literal value |
static InteractionOperator |
SEQ_LITERAL
The 'Seq' literal object |
static int |
STRICT
The 'Strict' literal value |
static InteractionOperator |
STRICT_LITERAL
The 'Strict' literal object |
static List |
VALUES
A public read-only list of all the 'Interaction Operator' enumerators |
Method Summary | |
static InteractionOperator |
get(int value)
Returns the 'Interaction Operator' literal with the specified value |
static InteractionOperator |
get(String name)
Returns the 'Interaction Operator' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
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 String copyright
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 InteractionOperator SEQ_LITERAL
If the meaning of 'Seq' literal object isn't clear, there really should be more of a description here...
SEQ
public static final InteractionOperator ALT_LITERAL
If the meaning of 'Alt' literal object isn't clear, there really should be more of a description here...
ALT
public static final InteractionOperator OPT_LITERAL
If the meaning of 'Opt' literal object isn't clear, there really should be more of a description here...
OPT
public static final InteractionOperator BREAK_LITERAL
If the meaning of 'Break' literal object isn't clear, there really should be more of a description here...
BREAK
public static final InteractionOperator PAR_LITERAL
If the meaning of 'Par' literal object isn't clear, there really should be more of a description here...
PAR
public static final InteractionOperator STRICT_LITERAL
If the meaning of 'Strict' literal object isn't clear, there really should be more of a description here...
STRICT
public static final InteractionOperator LOOP_LITERAL
If the meaning of 'Loop' literal object isn't clear, there really should be more of a description here...
LOOP
public static final InteractionOperator CRITICAL_LITERAL
If the meaning of 'Critical' literal object isn't clear, there really should be more of a description here...
CRITICAL
public static final InteractionOperator NEG_LITERAL
If the meaning of 'Neg' literal object isn't clear, there really should be more of a description here...
NEG
public static final InteractionOperator ASSERT_LITERAL
If the meaning of 'Assert' literal object isn't clear, there really should be more of a description here...
ASSERT
public static final InteractionOperator IGNORE_LITERAL
If the meaning of 'Ignore' literal object isn't clear, there really should be more of a description here...
IGNORE
public static final InteractionOperator CONSIDER_LITERAL
If the meaning of 'Consider' literal object isn't clear, there really should be more of a description here...
CONSIDER
public static final List VALUES
Method Detail |
public static InteractionOperator get(String name)
public static InteractionOperator get(int value)
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |