public final class CallConcurrencyKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements CallConcurrencyKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getCallConcurrencyKindEnum()
,
Serialized FormModifier 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, writeReplace
public 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_VALUE
public static final CallConcurrencyKind GUARDED
GUARDED_VALUE
public static final CallConcurrencyKind CONCURRENT
CONCURRENT_VALUE
public static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName
in interface javax.jmi.reflect.RefEnum
public static CallConcurrencyKindEnum get(java.lang.String literal)
public static CallConcurrencyKindEnum getByName(java.lang.String name)
public static CallConcurrencyKindEnum get(int value)