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

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

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

A representation of the literals of the enumeration 'Act Class Extract', and utility methods for working with them. specDomain: V19441 (C-0-D11527-V13856-V19445-V19441-cpt)

See Also:
CDAR2Package.getActClassExtract()

Field Summary
static int EHR
          The 'EHR' literal value.
static ActClassExtract EHR_LITERAL
          The 'EHR' literal object.
static int EXTRACT
          The 'EXTRACT' literal value.
static ActClassExtract EXTRACT_LITERAL
          The 'EXTRACT' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Class Extract' enumerators.
 
Method Summary
static ActClassExtract get(int value)
          Returns the 'Act Class Extract' literal with the specified integer value.
static ActClassExtract get(java.lang.String literal)
          Returns the 'Act Class Extract' literal with the specified literal value.
static ActClassExtract getByName(java.lang.String name)
          Returns the 'Act Class Extract' 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

EXTRACT

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

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

See Also:
EXTRACT_LITERAL, Constant Field Values

EHR

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

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

See Also:
EHR_LITERAL, Constant Field Values

EXTRACT_LITERAL

public static final ActClassExtract EXTRACT_LITERAL
The 'EXTRACT' literal object.

See Also:
EXTRACT

EHR_LITERAL

public static final ActClassExtract EHR_LITERAL
The 'EHR' literal object.

See Also:
EHR

VALUES

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

Method Detail

get

public static ActClassExtract get(java.lang.String literal)
Returns the 'Act Class Extract' literal with the specified literal value.


getByName

public static ActClassExtract getByName(java.lang.String name)
Returns the 'Act Class Extract' literal with the specified name.


get

public static ActClassExtract get(int value)
Returns the 'Act Class Extract' literal with the specified integer value.