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

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

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

A representation of the literals of the enumeration 'Unknown Member1', and utility methods for working with them.

See Also:
CDAR2Package.getUnknownMember1()

Field Summary
static int NASK
          The 'NASK' literal value.
static UnknownMember1 NASK_LITERAL
          The 'NASK' literal object.
static int TRC
          The 'TRC' literal value.
static UnknownMember1 TRC_LITERAL
          The 'TRC' literal object.
static int UNK
          The 'UNK' literal value.
static UnknownMember1 UNK_LITERAL
          The 'UNK' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Unknown Member1' enumerators.
 
Method Summary
static UnknownMember1 get(int value)
          Returns the 'Unknown Member1' literal with the specified integer value.
static UnknownMember1 get(java.lang.String literal)
          Returns the 'Unknown Member1' literal with the specified literal value.
static UnknownMember1 getByName(java.lang.String name)
          Returns the 'Unknown Member1' 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

UNK

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

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

See Also:
UNK_LITERAL, Constant Field Values

NASK

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

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

See Also:
NASK_LITERAL, Constant Field Values

TRC

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

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

See Also:
TRC_LITERAL, Constant Field Values

UNK_LITERAL

public static final UnknownMember1 UNK_LITERAL
The 'UNK' literal object.

See Also:
UNK

NASK_LITERAL

public static final UnknownMember1 NASK_LITERAL
The 'NASK' literal object.

See Also:
NASK

TRC_LITERAL

public static final UnknownMember1 TRC_LITERAL
The 'TRC' literal object.

See Also:
TRC

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Unknown Member1' enumerators.

Method Detail

get

public static UnknownMember1 get(java.lang.String literal)
Returns the 'Unknown Member1' literal with the specified literal value.


getByName

public static UnknownMember1 getByName(java.lang.String name)
Returns the 'Unknown Member1' literal with the specified name.


get

public static UnknownMember1 get(int value)
Returns the 'Unknown Member1' literal with the specified integer value.