|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ExpansionKind> org.eclipse.uml2.uml.ExpansionKind
public enum 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()
Enum Constant Summary | |
---|---|
ITERATIVE_LITERAL
The 'Iterative' literal object |
|
PARALLEL_LITERAL
The 'Parallel' literal object |
|
STREAM_LITERAL
The 'Stream' literal object |
Field Summary | |
---|---|
static int |
ITERATIVE
The 'Iterative' literal value |
static int |
PARALLEL
The 'Parallel' literal value |
static int |
STREAM
The 'Stream' literal value |
static java.util.List<ExpansionKind> |
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(java.lang.String literal)
Returns the 'Expansion Kind' literal with the specified literal value |
static ExpansionKind |
getByName(java.lang.String name)
Returns the 'Expansion 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 ExpansionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExpansionKind[] |
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 ExpansionKind PARALLEL_LITERAL
PARALLEL
public static final ExpansionKind ITERATIVE_LITERAL
ITERATIVE
public static final ExpansionKind STREAM_LITERAL
STREAM
Field Detail |
---|
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 java.util.List<ExpansionKind> VALUES
Method Detail |
---|
public static final ExpansionKind[] values()
for(ExpansionKind c : ExpansionKind.values()) System.out.println(c);
public static ExpansionKind 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 ExpansionKind get(java.lang.String literal)
public static ExpansionKind getByName(java.lang.String name)
public static ExpansionKind 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<ExpansionKind>
|
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 |