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

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

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

A representation of the literals of the enumeration 'No Information Member2', and utility methods for working with them.

See Also:
CDAR2Package.getNoInformationMember2()

Field Summary
static int MSK
          The 'MSK' literal value.
static NoInformationMember2 MSK_LITERAL
          The 'MSK' literal object.
static int NA
          The 'NA' literal value.
static NoInformationMember2 NA_LITERAL
          The 'NA' literal object.
static int NI
          The 'NI' literal value.
static NoInformationMember2 NI_LITERAL
          The 'NI' literal object.
static java.util.List VALUES
          A public read-only list of all the 'No Information Member2' enumerators.
 
Method Summary
static NoInformationMember2 get(int value)
          Returns the 'No Information Member2' literal with the specified integer value.
static NoInformationMember2 get(java.lang.String literal)
          Returns the 'No Information Member2' literal with the specified literal value.
static NoInformationMember2 getByName(java.lang.String name)
          Returns the 'No Information Member2' 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

NI

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

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

See Also:
NI_LITERAL, Constant Field Values

MSK

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

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

See Also:
MSK_LITERAL, Constant Field Values

NA

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

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

See Also:
NA_LITERAL, Constant Field Values

NI_LITERAL

public static final NoInformationMember2 NI_LITERAL
The 'NI' literal object.

See Also:
NI

MSK_LITERAL

public static final NoInformationMember2 MSK_LITERAL
The 'MSK' literal object.

See Also:
MSK

NA_LITERAL

public static final NoInformationMember2 NA_LITERAL
The 'NA' literal object.

See Also:
NA

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'No Information Member2' enumerators.

Method Detail

get

public static NoInformationMember2 get(java.lang.String literal)
Returns the 'No Information Member2' literal with the specified literal value.


getByName

public static NoInformationMember2 getByName(java.lang.String name)
Returns the 'No Information Member2' literal with the specified name.


get

public static NoInformationMember2 get(int value)
Returns the 'No Information Member2' literal with the specified integer value.