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.AbstractEnumeratorA 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 intANIMATEThe 'Animate' literal value.static InstrumentationKindANIMATE_LITERALThe 'Animate' literal object.static intNONEThe 'None' literal value.static InstrumentationKindNONE_LITERALThe 'None' literal object.static intTRACEThe 'Trace' literal value.static InstrumentationKindTRACE_LITERALThe 'Trace' literal object.static intUNKNOWNThe 'Unknown' literal value.static InstrumentationKindUNKNOWN_LITERALThe 'Unknown' literal object.static java.util.ListVALUESA public read-only list of all the 'Instrumentation Kind' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InstrumentationKindget(int value)Returns the 'Instrumentation Kind' literal with the specified integer value.static InstrumentationKindget(java.lang.String literal)Returns the 'Instrumentation Kind' literal with the specified literal value.static InstrumentationKindgetByName(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.
-
-