Class InstrumentationKind
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.sodius.mdw.metamodel.rhapsody.InstrumentationKind
-
- All Implemented Interfaces:
java.io.Serializable
,org.eclipse.emf.common.util.Enumerator
public final class InstrumentationKind extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Instrumentation Kind', and utility methods for working with them.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
NONE
public static final int NONE
The 'None' literal value.- See Also:
NONE_LITERAL
, Constant Field Values
-
TRACE
public static final int TRACE
The 'Trace' literal value.- See Also:
TRACE_LITERAL
, Constant Field Values
-
ANIMATE
public static final int ANIMATE
The 'Animate' literal value.- See Also:
ANIMATE_LITERAL
, Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
The 'Unknown' literal value.- See Also:
UNKNOWN_LITERAL
, Constant Field Values
-
NONE_LITERAL
public static final InstrumentationKind NONE_LITERAL
The 'None' literal object.- See Also:
NONE
-
TRACE_LITERAL
public static final InstrumentationKind TRACE_LITERAL
The 'Trace' literal object.- See Also:
TRACE
-
ANIMATE_LITERAL
public static final InstrumentationKind ANIMATE_LITERAL
The 'Animate' literal object.- See Also:
ANIMATE
-
UNKNOWN_LITERAL
public static final InstrumentationKind UNKNOWN_LITERAL
The 'Unknown' literal object.- See Also:
UNKNOWN
-
VALUES
public static final java.util.List VALUES
A public read-only list of all the 'Instrumentation Kind' enumerators.
-
-
Method Detail
-
get
public static InstrumentationKind get(java.lang.String literal)
Returns the 'Instrumentation Kind' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static InstrumentationKind getByName(java.lang.String name)
Returns the 'Instrumentation Kind' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static InstrumentationKind get(int value)
Returns the 'Instrumentation Kind' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
-