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

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

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

A representation of the literals of the enumeration 'State', and utility methods for working with them. specDomain: V19455 (C-0-D10882-V19463-V10889-V19455-cpt)

See Also:
CDAR2Package.getState()

Field Summary
static int NAT
          The 'NAT' literal value.
static State NAT_LITERAL
          The 'NAT' literal object.
static int STATE
          The 'STATE' literal value.
static State STATE_LITERAL
          The 'STATE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'State' enumerators.
 
Method Summary
static State get(int value)
          Returns the 'State' literal with the specified integer value.
static State get(java.lang.String literal)
          Returns the 'State' literal with the specified literal value.
static State getByName(java.lang.String name)
          Returns the 'State' 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

STATE

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

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

See Also:
STATE_LITERAL, Constant Field Values

NAT

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

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

See Also:
NAT_LITERAL, Constant Field Values

STATE_LITERAL

public static final State STATE_LITERAL
The 'STATE' literal object.

See Also:
STATE

NAT_LITERAL

public static final State NAT_LITERAL
The 'NAT' literal object.

See Also:
NAT

VALUES

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

Method Detail

get

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


getByName

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


get

public static State get(int value)
Returns the 'State' literal with the specified integer value.