|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.hyades.models.common.interactions.BVRMessageSort
A representation of the literals of the enumeration 'BVR Message Sort', and utility methods for working with them. The MessageSort captures the different kind of messages that can be used in an Interaction.
Common_Behavior_InteractionsPackage.getBVRMessageSort()| Field Summary | |
|---|---|
static int |
ASYNCH_CALL
The 'Asynch Call' literal value |
static BVRMessageSort |
ASYNCH_CALL_LITERAL
The 'Asynch Call' literal object |
static int |
ASYNCH_SIGNAL
The 'Asynch Signal' literal value |
static BVRMessageSort |
ASYNCH_SIGNAL_LITERAL
The 'Asynch Signal' literal object |
static java.lang.String |
copyright
|
static int |
SYNCH_CALL
The 'Synch Call' literal value |
static BVRMessageSort |
SYNCH_CALL_LITERAL
The 'Synch Call' literal object |
static int |
SYNCH_SIGNAL
The 'Synch Signal' literal value |
static BVRMessageSort |
SYNCH_SIGNAL_LITERAL
The 'Synch Signal' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'BVR Message Sort' enumerators |
| Method Summary | |
|---|---|
static BVRMessageSort |
get(int value)
Returns the 'BVR Message Sort' literal with the specified integer value |
static BVRMessageSort |
get(java.lang.String literal)
Returns the 'BVR Message Sort' literal with the specified literal value |
static BVRMessageSort |
getByLabel(java.lang.String label)
Returns the enumeration value associated with a label. |
static BVRMessageSort |
getByName(java.lang.String name)
Returns the 'BVR Message Sort' literal with the specified name |
java.lang.String |
getLabel()
Returns the label associated with this enumeration value. |
protected java.lang.String |
getString(java.lang.String key)
Returns the string value associated with a given key. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String copyright
public static final int SYNCH_CALL
SYNCH_CALL_LITERAL,
Constant Field Valuespublic static final int SYNCH_SIGNAL
SYNCH_SIGNAL_LITERAL,
Constant Field Valuespublic static final int ASYNCH_CALL
ASYNCH_CALL_LITERAL,
Constant Field Valuespublic static final int ASYNCH_SIGNAL
ASYNCH_SIGNAL_LITERAL,
Constant Field Valuespublic static final BVRMessageSort SYNCH_CALL_LITERAL
If the meaning of 'Synch Call' literal object isn't clear, there really should be more of a description here...
SYNCH_CALLpublic static final BVRMessageSort SYNCH_SIGNAL_LITERAL
If the meaning of 'Synch Signal' literal object isn't clear, there really should be more of a description here...
SYNCH_SIGNALpublic static final BVRMessageSort ASYNCH_CALL_LITERAL
If the meaning of 'Asynch Call' literal object isn't clear, there really should be more of a description here...
ASYNCH_CALLpublic static final BVRMessageSort ASYNCH_SIGNAL_LITERAL
If the meaning of 'Asynch Signal' literal object isn't clear, there really should be more of a description here...
ASYNCH_SIGNALpublic static final java.util.List VALUES
| Method Detail |
public static BVRMessageSort get(java.lang.String literal)
public static BVRMessageSort getByName(java.lang.String name)
public static BVRMessageSort get(int value)
public static BVRMessageSort getByLabel(java.lang.String label)
If the label is not valid then this method returns the default value for the enumeration.
label -
public java.lang.String getLabel()
protected java.lang.String getString(java.lang.String key)
throws java.lang.NullPointerException,
java.util.MissingResourceException
key -
java.util.MissingResourceException - if the key is not in the file
java.lang.NullPointerException - if key is null
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||