public final class InstrumentationKind
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getInstrumentationKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ANIMATE
The 'Animate' literal value.
|
static InstrumentationKind |
ANIMATE_LITERAL
The 'Animate' literal object.
|
static int |
NONE
The 'None' literal value.
|
static InstrumentationKind |
NONE_LITERAL
The 'None' literal object.
|
static int |
TRACE
The 'Trace' literal value.
|
static InstrumentationKind |
TRACE_LITERAL
The 'Trace' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static InstrumentationKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Instrumentation Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static InstrumentationKind |
get(int value)
Returns the 'Instrumentation Kind' literal with the specified integer value.
|
static InstrumentationKind |
get(java.lang.String literal)
Returns the 'Instrumentation Kind' literal with the specified literal value.
|
static InstrumentationKind |
getByName(java.lang.String name)
Returns the 'Instrumentation Kind' literal with the specified name.
|
public static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int TRACE
TRACE_LITERAL
,
Constant Field Valuespublic static final int ANIMATE
ANIMATE_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final InstrumentationKind NONE_LITERAL
NONE
public static final InstrumentationKind TRACE_LITERAL
TRACE
public static final InstrumentationKind ANIMATE_LITERAL
ANIMATE
public static final InstrumentationKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static InstrumentationKind get(java.lang.String literal)
public static InstrumentationKind getByName(java.lang.String name)
public static InstrumentationKind get(int value)