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

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

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

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

See Also:
CDAR2Package.getNullFlavorMember1()

Field Summary
static int NP
          The 'NP' literal value.
static NullFlavorMember1 NP_LITERAL
          The 'NP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Null Flavor Member1' enumerators.
 
Method Summary
static NullFlavorMember1 get(int value)
          Returns the 'Null Flavor Member1' literal with the specified integer value.
static NullFlavorMember1 get(java.lang.String literal)
          Returns the 'Null Flavor Member1' literal with the specified literal value.
static NullFlavorMember1 getByName(java.lang.String name)
          Returns the 'Null Flavor 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

NP

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

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

See Also:
NP_LITERAL, Constant Field Values

NP_LITERAL

public static final NullFlavorMember1 NP_LITERAL
The 'NP' literal object.

See Also:
NP

VALUES

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

Method Detail

get

public static NullFlavorMember1 get(java.lang.String literal)
Returns the 'Null Flavor Member1' literal with the specified literal value.


getByName

public static NullFlavorMember1 getByName(java.lang.String name)
Returns the 'Null Flavor Member1' literal with the specified name.


get

public static NullFlavorMember1 get(int value)
Returns the 'Null Flavor Member1' literal with the specified integer value.