org.eclipse.ohf.ihe.common.cdar2
Class BinaryDataEncoding

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.cdar2.BinaryDataEncoding
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class BinaryDataEncoding
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Binary Data Encoding', and utility methods for working with them.

See Also:
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

B64

public static final int B64
The 'B64' literal value.

If the meaning of 'B64' literal object isn't clear, there really should be more of a description here...

See Also:
B64_LITERAL, Constant Field Values

TXT

public static final int TXT
The 'TXT' literal value.

If the meaning of 'TXT' literal object isn't clear, there really should be more of a description here...

See Also:
TXT_LITERAL, Constant Field Values

B64_LITERAL

public static final BinaryDataEncoding B64_LITERAL
The 'B64' literal object.

See Also:
B64

TXT_LITERAL

public static final BinaryDataEncoding TXT_LITERAL
The 'TXT' literal object.

See Also:
TXT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Binary Data Encoding' enumerators.

Method Detail

get

public static BinaryDataEncoding get(java.lang.String literal)
Returns the 'Binary Data Encoding' literal with the specified literal value.


getByName

public static BinaryDataEncoding getByName(java.lang.String name)
Returns the 'Binary Data Encoding' literal with the specified name.


get

public static BinaryDataEncoding get(int value)
Returns the 'Binary Data Encoding' literal with the specified integer value.