|
|||||||||||
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.ExpansionKind
A representation of the literals of the enumeration 'Expansion Kind', and utility methods for working with them. (ExtraStructuredActivities) ExpansionKind is an enumeration type used to specify how multiple executions of an expansion region interact.
UML2Package.getExpansionKind()
Field Summary | |
static String |
copyright
|
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 value |
static ExpansionKind |
get(String name)
Returns the 'Expansion Kind' 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 PARALLEL
PARALLEL_LITERAL
,
Constant Field Valuespublic static final int ITERATIVE
ITERATIVE_LITERAL
,
Constant Field Valuespublic static final int STREAM
STREAM_LITERAL
,
Constant Field Valuespublic static final ExpansionKind PARALLEL_LITERAL
If the meaning of 'Parallel' literal object isn't clear, there really should be more of a description here...
PARALLEL
public static final ExpansionKind ITERATIVE_LITERAL
If the meaning of 'Iterative' literal object isn't clear, there really should be more of a description here...
ITERATIVE
public static final ExpansionKind STREAM_LITERAL
If the meaning of 'Stream' literal object isn't clear, there really should be more of a description here...
STREAM
public static final List VALUES
Method Detail |
public static ExpansionKind get(String name)
public static ExpansionKind 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 |