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

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

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

A representation of the literals of the enumeration 'Act Clinical Document', and utility methods for working with them. specDomain: V13948 (C-0-D11527-V13856-V19445-V19442-V18938-V13948-cpt)

See Also:
CDAR2Package.getActClinicalDocument()

Field Summary
static int CDALVLONE
          The 'CDALVLONE' literal value.
static ActClinicalDocument CDALVLONE_LITERAL
          The 'CDALVLONE' literal object.
static int DOCCLIN
          The 'DOCCLIN' literal value.
static ActClinicalDocument DOCCLIN_LITERAL
          The 'DOCCLIN' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Clinical Document' enumerators.
 
Method Summary
static ActClinicalDocument get(int value)
          Returns the 'Act Clinical Document' literal with the specified integer value.
static ActClinicalDocument get(java.lang.String literal)
          Returns the 'Act Clinical Document' literal with the specified literal value.
static ActClinicalDocument getByName(java.lang.String name)
          Returns the 'Act Clinical Document' 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

DOCCLIN

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

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

See Also:
DOCCLIN_LITERAL, Constant Field Values

CDALVLONE

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

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

See Also:
CDALVLONE_LITERAL, Constant Field Values

DOCCLIN_LITERAL

public static final ActClinicalDocument DOCCLIN_LITERAL
The 'DOCCLIN' literal object.

See Also:
DOCCLIN

CDALVLONE_LITERAL

public static final ActClinicalDocument CDALVLONE_LITERAL
The 'CDALVLONE' literal object.

See Also:
CDALVLONE

VALUES

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

Method Detail

get

public static ActClinicalDocument get(java.lang.String literal)
Returns the 'Act Clinical Document' literal with the specified literal value.


getByName

public static ActClinicalDocument getByName(java.lang.String name)
Returns the 'Act Clinical Document' literal with the specified name.


get

public static ActClinicalDocument get(int value)
Returns the 'Act Clinical Document' literal with the specified integer value.