|
|||||||||||
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.CallConcurrencyKind
A representation of the literals of the enumeration 'Call Concurrency Kind', and utility methods for working with them. CallConcurrencyKind is an enumeration type.
UMLPackage.getCallConcurrencyKind()
Field Summary | |
static int |
CONCURRENT
The 'Concurrent' literal value |
static CallConcurrencyKind |
CONCURRENT_LITERAL
The 'Concurrent' literal object |
static int |
GUARDED
The 'Guarded' literal value |
static CallConcurrencyKind |
GUARDED_LITERAL
The 'Guarded' literal object |
static int |
SEQUENTIAL
The 'Sequential' literal value |
static CallConcurrencyKind |
SEQUENTIAL_LITERAL
The 'Sequential' literal object |
static List |
VALUES
A public read-only list of all the 'Call Concurrency Kind' enumerators |
Method Summary | |
static CallConcurrencyKind |
get(int value)
Returns the 'Call Concurrency Kind' literal with the specified integer value |
static CallConcurrencyKind |
get(String literal)
Returns the 'Call Concurrency Kind' literal with the specified literal value |
static CallConcurrencyKind |
getByName(String name)
Returns the 'Call Concurrency 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 SEQUENTIAL
CallConcurrencyKind.SEQUENTIAL_LITERAL
,
Constant Field Valuespublic static final int GUARDED
CallConcurrencyKind.GUARDED_LITERAL
,
Constant Field Valuespublic static final int CONCURRENT
CallConcurrencyKind.CONCURRENT_LITERAL
,
Constant Field Valuespublic static final CallConcurrencyKind SEQUENTIAL_LITERAL
CallConcurrencyKind.SEQUENTIAL
public static final CallConcurrencyKind GUARDED_LITERAL
CallConcurrencyKind.GUARDED
public static final CallConcurrencyKind CONCURRENT_LITERAL
CallConcurrencyKind.CONCURRENT
public static final List VALUES
Method Detail |
public static CallConcurrencyKind get(String literal)
public static CallConcurrencyKind getByName(String name)
public static CallConcurrencyKind 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 |