|
||||||||||
| 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.ohf.ihe.common.cdar2.CommunicationFunctionType
public final class CommunicationFunctionType
A representation of the literals of the enumeration 'Communication Function Type', and utility methods for working with them. vocSet: D16031 (C-0-D16031-cpt)
CDAR2Package.getCommunicationFunctionType()| Field Summary | |
|---|---|
static int |
RCV
The 'RCV' literal value. |
static CommunicationFunctionType |
RCV_LITERAL
The 'RCV' literal object. |
static int |
RSP
The 'RSP' literal value. |
static CommunicationFunctionType |
RSP_LITERAL
The 'RSP' literal object. |
static int |
SND
The 'SND' literal value. |
static CommunicationFunctionType |
SND_LITERAL
The 'SND' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Communication Function Type' enumerators. |
| Method Summary | |
|---|---|
static CommunicationFunctionType |
get(int value)
Returns the 'Communication Function Type' literal with the specified integer value. |
static CommunicationFunctionType |
get(java.lang.String literal)
Returns the 'Communication Function Type' literal with the specified literal value. |
static CommunicationFunctionType |
getByName(java.lang.String name)
Returns the 'Communication Function Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int RCV
If the meaning of 'RCV' literal object isn't clear, there really should be more of a description here...
RCV_LITERAL,
Constant Field Valuespublic static final int RSP
If the meaning of 'RSP' literal object isn't clear, there really should be more of a description here...
RSP_LITERAL,
Constant Field Valuespublic static final int SND
If the meaning of 'SND' literal object isn't clear, there really should be more of a description here...
SND_LITERAL,
Constant Field Valuespublic static final CommunicationFunctionType RCV_LITERAL
RCVpublic static final CommunicationFunctionType RSP_LITERAL
RSPpublic static final CommunicationFunctionType SND_LITERAL
SNDpublic static final java.util.List VALUES
| Method Detail |
|---|
public static CommunicationFunctionType get(java.lang.String literal)
public static CommunicationFunctionType getByName(java.lang.String name)
public static CommunicationFunctionType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||