|
|||||||||||
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.ExpansionKind
A representation of the literals of the enumeration 'Expansion Kind', and utility methods for working with them. ExpansionKind is an enumeration type used to specify how multiple executions of an expansion region interact.
UMLPackage.getExpansionKind()
Field Summary | |
static int |
ITERATIVE
The 'Iterative' literal value |
static ExpansionKind |
ITERATIVE_LITERAL
The 'Iterative' literal object |
static int |
PARALLEL
The 'Parallel' literal value |
static ExpansionKind |
PARALLEL_LITERAL
The 'Parallel' literal object |
static int |
STREAM
The 'Stream' literal value |
static ExpansionKind |
STREAM_LITERAL
The 'Stream' literal object |
static List |
VALUES
A public read-only list of all the 'Expansion Kind' enumerators |
Method Summary | |
static ExpansionKind |
get(int value)
Returns the 'Expansion Kind' literal with the specified integer value |
static ExpansionKind |
get(String literal)
Returns the 'Expansion Kind' literal with the specified literal value |
static ExpansionKind |
getByName(String name)
Returns the 'Expansion 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 PARALLEL
ExpansionKind.PARALLEL_LITERAL
,
Constant Field Valuespublic static final int ITERATIVE
ExpansionKind.ITERATIVE_LITERAL
,
Constant Field Valuespublic static final int STREAM
ExpansionKind.STREAM_LITERAL
,
Constant Field Valuespublic static final ExpansionKind PARALLEL_LITERAL
ExpansionKind.PARALLEL
public static final ExpansionKind ITERATIVE_LITERAL
ExpansionKind.ITERATIVE
public static final ExpansionKind STREAM_LITERAL
ExpansionKind.STREAM
public static final List VALUES
Method Detail |
public static ExpansionKind get(String literal)
public static ExpansionKind getByName(String name)
public static ExpansionKind 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 |