|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<InteractionOperatorKind> org.eclipse.uml2.uml.InteractionOperatorKind
public enum 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()
Enum Constant Summary | |
---|---|
ALT_LITERAL
The 'Alt' literal object |
|
ASSERT_LITERAL
The 'Assert' literal object |
|
BREAK_LITERAL
The 'Break' literal object |
|
CONSIDER_LITERAL
The 'Consider' literal object |
|
CRITICAL_LITERAL
The 'Critical' literal object |
|
IGNORE_LITERAL
The 'Ignore' literal object |
|
LOOP_LITERAL
The 'Loop' literal object |
|
NEG_LITERAL
The 'Neg' literal object |
|
OPT_LITERAL
The 'Opt' literal object |
|
PAR_LITERAL
The 'Par' literal object |
|
SEQ_LITERAL
The 'Seq' literal object |
|
STRICT_LITERAL
The 'Strict' literal object |
Field Summary | |
---|---|
static int |
ALT
The 'Alt' literal value |
static int |
ASSERT
The 'Assert' literal value |
static int |
BREAK
The 'Break' literal value |
static int |
CONSIDER
The 'Consider' literal value |
static int |
CRITICAL
The 'Critical' literal value |
static int |
IGNORE
The 'Ignore' literal value |
static int |
LOOP
The 'Loop' literal value |
static int |
NEG
The 'Neg' literal value |
static int |
OPT
The 'Opt' literal value |
static int |
PAR
The 'Par' literal value |
static int |
SEQ
The 'Seq' literal value |
static int |
STRICT
The 'Strict' literal value |
static java.util.List<InteractionOperatorKind> |
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(java.lang.String literal)
Returns the 'Interaction Operator Kind' literal with the specified literal value |
static InteractionOperatorKind |
getByName(java.lang.String name)
Returns the 'Interaction Operator Kind' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static InteractionOperatorKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InteractionOperatorKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public 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
Field Detail |
---|
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 java.util.List<InteractionOperatorKind> VALUES
Method Detail |
---|
public static final InteractionOperatorKind[] values()
for(InteractionOperatorKind c : InteractionOperatorKind.values()) System.out.println(c);
public static InteractionOperatorKind 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 namepublic static InteractionOperatorKind get(java.lang.String literal)
public static InteractionOperatorKind getByName(java.lang.String name)
public static InteractionOperatorKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<InteractionOperatorKind>
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |