public final class CallConcurrencyKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements CallConcurrencyKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getCallConcurrencyKindEnum(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static CallConcurrencyKind |
CONCURRENT
The 'Concurrent' literal object.
|
static int |
CONCURRENT_VALUE
The 'Concurrent' literal value.
|
static CallConcurrencyKind |
GUARDED
The 'Guarded' literal object.
|
static int |
GUARDED_VALUE
The 'Guarded' literal value.
|
static CallConcurrencyKind |
SEQUENTIAL
The 'Sequential' literal object.
|
static int |
SEQUENTIAL_VALUE
The 'Sequential' literal value.
|
static java.util.List |
VALUES
A public read-only list of all the 'Call Concurrency Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static CallConcurrencyKindEnum |
get(int value)
Returns the 'Call Concurrency Kind' literal with the specified integer value.
|
static CallConcurrencyKindEnum |
get(java.lang.String literal)
Returns the 'Call Concurrency Kind' literal with the specified literal value.
|
static CallConcurrencyKindEnum |
getByName(java.lang.String name)
Returns the 'Call Concurrency Kind' literal with the specified name.
|
java.util.List |
refTypeName() |
getLiteral, getName, getValue, toString, writeReplacepublic static final int SEQUENTIAL_VALUE
SEQUENTIAL,
Constant Field Valuespublic static final int GUARDED_VALUE
GUARDED,
Constant Field Valuespublic static final int CONCURRENT_VALUE
CONCURRENT,
Constant Field Valuespublic static final CallConcurrencyKind SEQUENTIAL
SEQUENTIAL_VALUEpublic static final CallConcurrencyKind GUARDED
GUARDED_VALUEpublic static final CallConcurrencyKind CONCURRENT
CONCURRENT_VALUEpublic static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic static CallConcurrencyKindEnum get(java.lang.String literal)
public static CallConcurrencyKindEnum getByName(java.lang.String name)
public static CallConcurrencyKindEnum get(int value)