public final class ActivationMode
extends AbstractEnumerator
RhapsodyPackage.getActivationMode()
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVATION_MODE_UNSPECIFIED
The 'Activation mode unspecified' literal value.
|
static ActivationMode |
ACTIVATION_MODE_UNSPECIFIED_LITERAL
The 'Activation mode unspecified' literal object.
|
static int |
INITIAL
The 'Initial' literal value.
|
static ActivationMode |
INITIAL_LITERAL
The 'Initial' literal object.
|
static int |
INVARIANT
The 'Invariant' literal value.
|
static ActivationMode |
INVARIANT_LITERAL
The 'Invariant' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static ActivationMode |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Activation Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ActivationMode |
get(int value)
Returns the 'Activation Mode' literal with the specified integer value.
|
static ActivationMode |
get(java.lang.String literal)
Returns the 'Activation Mode' literal with the specified literal value.
|
static ActivationMode |
getByName(java.lang.String name)
Returns the 'Activation Mode' literal with the specified name.
|
public static final int INITIAL
INITIAL_LITERAL
,
Constant Field Valuespublic static final int INVARIANT
INVARIANT_LITERAL
,
Constant Field Valuespublic static final int ACTIVATION_MODE_UNSPECIFIED
public static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final ActivationMode INITIAL_LITERAL
INITIAL
public static final ActivationMode INVARIANT_LITERAL
INVARIANT
public static final ActivationMode ACTIVATION_MODE_UNSPECIFIED_LITERAL
ACTIVATION_MODE_UNSPECIFIED
public static final ActivationMode UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static ActivationMode get(java.lang.String literal)
literal
- the literal.null
.public static ActivationMode getByName(java.lang.String name)
name
- the name.null
.public static ActivationMode get(int value)
value
- the integer value.null
.