|
||||||||||
| 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.BinaryDataEncoding
public final class BinaryDataEncoding
A representation of the literals of the enumeration 'Binary Data Encoding', and utility methods for working with them.
CDAR2Package.getBinaryDataEncoding()| Field Summary | |
|---|---|
static int |
B64
The 'B64' literal value. |
static BinaryDataEncoding |
B64_LITERAL
The 'B64' literal object. |
static int |
TXT
The 'TXT' literal value. |
static BinaryDataEncoding |
TXT_LITERAL
The 'TXT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Binary Data Encoding' enumerators. |
| Method Summary | |
|---|---|
static BinaryDataEncoding |
get(int value)
Returns the 'Binary Data Encoding' literal with the specified integer value. |
static BinaryDataEncoding |
get(java.lang.String literal)
Returns the 'Binary Data Encoding' literal with the specified literal value. |
static BinaryDataEncoding |
getByName(java.lang.String name)
Returns the 'Binary Data Encoding' 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 B64
If the meaning of 'B64' literal object isn't clear, there really should be more of a description here...
B64_LITERAL,
Constant Field Valuespublic static final int TXT
If the meaning of 'TXT' literal object isn't clear, there really should be more of a description here...
TXT_LITERAL,
Constant Field Valuespublic static final BinaryDataEncoding B64_LITERAL
B64public static final BinaryDataEncoding TXT_LITERAL
TXTpublic static final java.util.List VALUES
| Method Detail |
|---|
public static BinaryDataEncoding get(java.lang.String literal)
public static BinaryDataEncoding getByName(java.lang.String name)
public static BinaryDataEncoding get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||