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

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

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

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

See Also:
CDAR2Package.getXActMoodDocumentObservation()

Field Summary
static int DEF
          The 'DEF' literal value.
static XActMoodDocumentObservation DEF_LITERAL
          The 'DEF' literal object.
static int EVN
          The 'EVN' literal value.
static XActMoodDocumentObservation EVN_LITERAL
          The 'EVN' literal object.
static int GOL
          The 'GOL' literal value.
static XActMoodDocumentObservation GOL_LITERAL
          The 'GOL' literal object.
static int INT
          The 'INT' literal value.
static XActMoodDocumentObservation INT_LITERAL
          The 'INT' literal object.
static int PRMS
          The 'PRMS' literal value.
static XActMoodDocumentObservation PRMS_LITERAL
          The 'PRMS' literal object.
static int PRP
          The 'PRP' literal value.
static XActMoodDocumentObservation PRP_LITERAL
          The 'PRP' literal object.
static int RQO
          The 'RQO' literal value.
static XActMoodDocumentObservation RQO_LITERAL
          The 'RQO' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XAct Mood Document Observation' enumerators.
 
Method Summary
static XActMoodDocumentObservation get(int value)
          Returns the 'XAct Mood Document Observation' literal with the specified integer value.
static XActMoodDocumentObservation get(java.lang.String literal)
          Returns the 'XAct Mood Document Observation' literal with the specified literal value.
static XActMoodDocumentObservation getByName(java.lang.String name)
          Returns the 'XAct Mood Document Observation' 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

INT

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

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

See Also:
INT_LITERAL, Constant Field Values

DEF

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

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

See Also:
DEF_LITERAL, Constant Field Values

EVN

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

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

See Also:
EVN_LITERAL, Constant Field Values

GOL

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

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

See Also:
GOL_LITERAL, Constant Field Values

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

PRP

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

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

See Also:
PRP_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

INT_LITERAL

public static final XActMoodDocumentObservation INT_LITERAL
The 'INT' literal object.

See Also:
INT

DEF_LITERAL

public static final XActMoodDocumentObservation DEF_LITERAL
The 'DEF' literal object.

See Also:
DEF

EVN_LITERAL

public static final XActMoodDocumentObservation EVN_LITERAL
The 'EVN' literal object.

See Also:
EVN

GOL_LITERAL

public static final XActMoodDocumentObservation GOL_LITERAL
The 'GOL' literal object.

See Also:
GOL

PRMS_LITERAL

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

See Also:
PRMS

PRP_LITERAL

public static final XActMoodDocumentObservation PRP_LITERAL
The 'PRP' literal object.

See Also:
PRP

RQO_LITERAL

public static final XActMoodDocumentObservation 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 Document Observation' enumerators.

Method Detail

get

public static XActMoodDocumentObservation get(java.lang.String literal)
Returns the 'XAct Mood Document Observation' literal with the specified literal value.


getByName

public static XActMoodDocumentObservation getByName(java.lang.String name)
Returns the 'XAct Mood Document Observation' literal with the specified name.


get

public static XActMoodDocumentObservation get(int value)
Returns the 'XAct Mood Document Observation' literal with the specified integer value.