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

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

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

A representation of the literals of the enumeration 'XAct Mood Ord Prms', and utility methods for working with them. abstDomain: V16735 (C-0-D10196-V16735-cpt)

See Also:
CDAR2Package.getXActMoodOrdPrms()

Field Summary
static int PRMS
          The 'PRMS' literal value.
static XActMoodOrdPrms PRMS_LITERAL
          The 'PRMS' literal object.
static int RQO
          The 'RQO' literal value.
static XActMoodOrdPrms RQO_LITERAL
          The 'RQO' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XAct Mood Ord Prms' enumerators.
 
Method Summary
static XActMoodOrdPrms get(int value)
          Returns the 'XAct Mood Ord Prms' literal with the specified integer value.
static XActMoodOrdPrms get(java.lang.String literal)
          Returns the 'XAct Mood Ord Prms' literal with the specified literal value.
static XActMoodOrdPrms getByName(java.lang.String name)
          Returns the 'XAct Mood Ord Prms' 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

PRMS

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

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

See Also:
PRMS_LITERAL, Constant Field Values

RQO

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

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

See Also:
RQO_LITERAL, Constant Field Values

PRMS_LITERAL

public static final XActMoodOrdPrms PRMS_LITERAL
The 'PRMS' literal object.

See Also:
PRMS

RQO_LITERAL

public static final XActMoodOrdPrms RQO_LITERAL
The 'RQO' literal object.

See Also:
RQO

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XAct Mood Ord Prms' enumerators.

Method Detail

get

public static XActMoodOrdPrms get(java.lang.String literal)
Returns the 'XAct Mood Ord Prms' literal with the specified literal value.


getByName

public static XActMoodOrdPrms getByName(java.lang.String name)
Returns the 'XAct Mood Ord Prms' literal with the specified name.


get

public static XActMoodOrdPrms get(int value)
Returns the 'XAct Mood Ord Prms' literal with the specified integer value.