public final class CallConcurrencyKind extends AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
getLiteral, getName, getValue, toString, writeReplace
public static final int SEQUENTIAL
SEQUENTIAL_LITERAL
,
Constant Field Valuespublic static final int GUARDED
GUARDED_LITERAL
,
Constant Field Valuespublic static final int CONCURRENT
CONCURRENT_LITERAL
,
Constant Field Valuespublic static final CallConcurrencyKind SEQUENTIAL_LITERAL
SEQUENTIAL
public static final CallConcurrencyKind GUARDED_LITERAL
GUARDED
public static final CallConcurrencyKind CONCURRENT_LITERAL
CONCURRENT
public static final List VALUES
public static CallConcurrencyKind get(String literal)
public static CallConcurrencyKind getByName(String name)
public static CallConcurrencyKind get(int value)