Class MessageKind
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.sodius.mdw.metamodel.rhapsody.MessageKind
-
- All Implemented Interfaces:
java.io.Serializable,org.eclipse.emf.common.util.Enumerator
public final class MessageKind extends org.eclipse.emf.common.util.AbstractEnumeratorA representation of the literals of the enumeration 'Message Kind', and utility methods for working with them.- See Also:
RhapsodyPackage.getMessageKind(), Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCANCEL_TMThe 'Cancel tm' literal value.static MessageKindCANCEL_TM_LITERALThe 'Cancel tm' literal object.static intCONDITIONThe 'Condition' literal value.static MessageKindCONDITION_LITERALThe 'Condition' literal object.static intCONSTRUCTORThe 'Constructor' literal value.static MessageKindCONSTRUCTOR_LITERALThe 'Constructor' literal object.static intCREATEThe 'Create' literal value.static MessageKindCREATE_LITERALThe 'Create' literal object.static intDATAFLOWThe 'Dataflow' literal value.static MessageKindDATAFLOW_LITERALThe 'Dataflow' literal object.static intDESTROYThe 'Destroy' literal value.static MessageKindDESTROY_LITERALThe 'Destroy' literal object.static intDESTRUCTORThe 'Destructor' literal value.static MessageKindDESTRUCTOR_LITERALThe 'Destructor' literal object.static intDURATION_CONSTRAINTThe 'Duration constraint' literal value.static MessageKindDURATION_CONSTRAINT_LITERALThe 'Duration constraint' literal object.static intDURATION_OBSERVATIONThe 'Duration observation' literal value.static MessageKindDURATION_OBSERVATION_LITERALThe 'Duration observation' literal object.static intEVENTThe 'Event' literal value.static MessageKindEVENT_LITERALThe 'Event' literal object.static intFOUNDThe 'Found' literal value.static MessageKindFOUND_LITERALThe 'Found' literal object.static intLOSTThe 'Lost' literal value.static MessageKindLOST_LITERALThe 'Lost' literal object.static intMESSAGE_TYPE_UNSPECIFIEDThe 'Message type unspecified' literal value.static MessageKindMESSAGE_TYPE_UNSPECIFIED_LITERALThe 'Message type unspecified' literal object.static intOPERATIONThe 'Operation' literal value.static MessageKindOPERATION_LITERALThe 'Operation' literal object.static intREPLYThe 'Reply' literal value.static MessageKindREPLY_LITERALThe 'Reply' literal object.static intSTOPThe 'Stop' literal value.static MessageKindSTOP_LITERALThe 'Stop' literal object.static intTIME_CONSTRAINTThe 'Time constraint' literal value.static MessageKindTIME_CONSTRAINT_LITERALThe 'Time constraint' literal object.static intTIME_INTERVALThe 'Time interval' literal value.static MessageKindTIME_INTERVAL_LITERALThe 'Time interval' literal object.static intTIME_OBSERVATIONThe 'Time observation' literal value.static MessageKindTIME_OBSERVATION_LITERALThe 'Time observation' literal object.static intTIMEOUTThe 'Timeout' literal value.static MessageKindTIMEOUT_LITERALThe 'Timeout' literal object.static intTRIGGERThe 'Trigger' literal value.static MessageKindTRIGGER_LITERALThe 'Trigger' literal object.static intUNKNOWNThe 'Unknown' literal value.static MessageKindUNKNOWN_LITERALThe 'Unknown' literal object.static java.util.ListVALUESA public read-only list of all the 'Message Kind' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessageKindget(int value)Returns the 'Message Kind' literal with the specified integer value.static MessageKindget(java.lang.String literal)Returns the 'Message Kind' literal with the specified literal value.static MessageKindgetByName(java.lang.String name)Returns the 'Message Kind' literal with the specified name.
-
-
-
Field Detail
-
CREATE
public static final int CREATE
The 'Create' literal value.- See Also:
CREATE_LITERAL, Constant Field Values
-
DESTROY
public static final int DESTROY
The 'Destroy' literal value.- See Also:
DESTROY_LITERAL, Constant Field Values
-
EVENT
public static final int EVENT
The 'Event' literal value.- See Also:
EVENT_LITERAL, Constant Field Values
-
OPERATION
public static final int OPERATION
The 'Operation' literal value.- See Also:
OPERATION_LITERAL, Constant Field Values
-
TRIGGER
public static final int TRIGGER
The 'Trigger' literal value.- See Also:
TRIGGER_LITERAL, Constant Field Values
-
TIMEOUT
public static final int TIMEOUT
The 'Timeout' literal value.- See Also:
TIMEOUT_LITERAL, Constant Field Values
-
CANCEL_TM
public static final int CANCEL_TM
The 'Cancel tm' literal value.- See Also:
CANCEL_TM_LITERAL, Constant Field Values
-
REPLY
public static final int REPLY
The 'Reply' literal value.- See Also:
REPLY_LITERAL, Constant Field Values
-
TIME_INTERVAL
public static final int TIME_INTERVAL
The 'Time interval' literal value.- See Also:
TIME_INTERVAL_LITERAL, Constant Field Values
-
MESSAGE_TYPE_UNSPECIFIED
public static final int MESSAGE_TYPE_UNSPECIFIED
The 'Message type unspecified' literal value.
-
UNKNOWN
public static final int UNKNOWN
The 'Unknown' literal value.- See Also:
UNKNOWN_LITERAL, Constant Field Values
-
CONSTRUCTOR
public static final int CONSTRUCTOR
The 'Constructor' literal value.- See Also:
CONSTRUCTOR_LITERAL, Constant Field Values
-
DESTRUCTOR
public static final int DESTRUCTOR
The 'Destructor' literal value.- See Also:
DESTRUCTOR_LITERAL, Constant Field Values
-
CONDITION
public static final int CONDITION
The 'Condition' literal value.- See Also:
CONDITION_LITERAL, Constant Field Values
-
LOST
public static final int LOST
The 'Lost' literal value.- See Also:
LOST_LITERAL, Constant Field Values
-
FOUND
public static final int FOUND
The 'Found' literal value.- See Also:
FOUND_LITERAL, Constant Field Values
-
STOP
public static final int STOP
The 'Stop' literal value.- See Also:
STOP_LITERAL, Constant Field Values
-
DATAFLOW
public static final int DATAFLOW
The 'Dataflow' literal value.- See Also:
DATAFLOW_LITERAL, Constant Field Values
-
DURATION_OBSERVATION
public static final int DURATION_OBSERVATION
The 'Duration observation' literal value.
-
DURATION_CONSTRAINT
public static final int DURATION_CONSTRAINT
The 'Duration constraint' literal value.- See Also:
DURATION_CONSTRAINT_LITERAL, Constant Field Values
-
TIME_OBSERVATION
public static final int TIME_OBSERVATION
The 'Time observation' literal value.- See Also:
TIME_OBSERVATION_LITERAL, Constant Field Values
-
TIME_CONSTRAINT
public static final int TIME_CONSTRAINT
The 'Time constraint' literal value.- See Also:
TIME_CONSTRAINT_LITERAL, Constant Field Values
-
CREATE_LITERAL
public static final MessageKind CREATE_LITERAL
The 'Create' literal object.- See Also:
CREATE
-
DESTROY_LITERAL
public static final MessageKind DESTROY_LITERAL
The 'Destroy' literal object.- See Also:
DESTROY
-
EVENT_LITERAL
public static final MessageKind EVENT_LITERAL
The 'Event' literal object.- See Also:
EVENT
-
OPERATION_LITERAL
public static final MessageKind OPERATION_LITERAL
The 'Operation' literal object.- See Also:
OPERATION
-
TRIGGER_LITERAL
public static final MessageKind TRIGGER_LITERAL
The 'Trigger' literal object.- See Also:
TRIGGER
-
TIMEOUT_LITERAL
public static final MessageKind TIMEOUT_LITERAL
The 'Timeout' literal object.- See Also:
TIMEOUT
-
CANCEL_TM_LITERAL
public static final MessageKind CANCEL_TM_LITERAL
The 'Cancel tm' literal object.- See Also:
CANCEL_TM
-
REPLY_LITERAL
public static final MessageKind REPLY_LITERAL
The 'Reply' literal object.- See Also:
REPLY
-
TIME_INTERVAL_LITERAL
public static final MessageKind TIME_INTERVAL_LITERAL
The 'Time interval' literal object.- See Also:
TIME_INTERVAL
-
MESSAGE_TYPE_UNSPECIFIED_LITERAL
public static final MessageKind MESSAGE_TYPE_UNSPECIFIED_LITERAL
The 'Message type unspecified' literal object.- See Also:
MESSAGE_TYPE_UNSPECIFIED
-
UNKNOWN_LITERAL
public static final MessageKind UNKNOWN_LITERAL
The 'Unknown' literal object.- See Also:
UNKNOWN
-
CONSTRUCTOR_LITERAL
public static final MessageKind CONSTRUCTOR_LITERAL
The 'Constructor' literal object.- See Also:
CONSTRUCTOR
-
DESTRUCTOR_LITERAL
public static final MessageKind DESTRUCTOR_LITERAL
The 'Destructor' literal object.- See Also:
DESTRUCTOR
-
CONDITION_LITERAL
public static final MessageKind CONDITION_LITERAL
The 'Condition' literal object.- See Also:
CONDITION
-
LOST_LITERAL
public static final MessageKind LOST_LITERAL
The 'Lost' literal object.- See Also:
LOST
-
FOUND_LITERAL
public static final MessageKind FOUND_LITERAL
The 'Found' literal object.- See Also:
FOUND
-
STOP_LITERAL
public static final MessageKind STOP_LITERAL
The 'Stop' literal object.- See Also:
STOP
-
DATAFLOW_LITERAL
public static final MessageKind DATAFLOW_LITERAL
The 'Dataflow' literal object.- See Also:
DATAFLOW
-
DURATION_OBSERVATION_LITERAL
public static final MessageKind DURATION_OBSERVATION_LITERAL
The 'Duration observation' literal object.- See Also:
DURATION_OBSERVATION
-
DURATION_CONSTRAINT_LITERAL
public static final MessageKind DURATION_CONSTRAINT_LITERAL
The 'Duration constraint' literal object.- See Also:
DURATION_CONSTRAINT
-
TIME_OBSERVATION_LITERAL
public static final MessageKind TIME_OBSERVATION_LITERAL
The 'Time observation' literal object.- See Also:
TIME_OBSERVATION
-
TIME_CONSTRAINT_LITERAL
public static final MessageKind TIME_CONSTRAINT_LITERAL
The 'Time constraint' literal object.- See Also:
TIME_CONSTRAINT
-
VALUES
public static final java.util.List VALUES
A public read-only list of all the 'Message Kind' enumerators.
-
-
Method Detail
-
get
public static MessageKind get(java.lang.String literal)
Returns the 'Message Kind' literal with the specified literal value.- Parameters:
literal- the literal.- Returns:
- the matching enumerator or
null.
-
getByName
public static MessageKind getByName(java.lang.String name)
Returns the 'Message Kind' literal with the specified name.- Parameters:
name- the name.- Returns:
- the matching enumerator or
null.
-
get
public static MessageKind get(int value)
Returns the 'Message Kind' literal with the specified integer value.- Parameters:
value- the integer value.- Returns:
- the matching enumerator or
null.
-
-