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

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

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

A representation of the literals of the enumeration 'XEncounter Participant', and utility methods for working with them. abstDomain: V19605 (C-0-D10901-V19605-cpt)

See Also:
CDAR2Package.getXEncounterParticipant()

Field Summary
static int ADM
          The 'ADM' literal value.
static XEncounterParticipant ADM_LITERAL
          The 'ADM' literal object.
static int ATND
          The 'ATND' literal value.
static XEncounterParticipant ATND_LITERAL
          The 'ATND' literal object.
static int CON
          The 'CON' literal value.
static XEncounterParticipant CON_LITERAL
          The 'CON' literal object.
static int DIS
          The 'DIS' literal value.
static XEncounterParticipant DIS_LITERAL
          The 'DIS' literal object.
static int REF
          The 'REF' literal value.
static XEncounterParticipant REF_LITERAL
          The 'REF' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XEncounter Participant' enumerators.
 
Method Summary
static XEncounterParticipant get(int value)
          Returns the 'XEncounter Participant' literal with the specified integer value.
static XEncounterParticipant get(java.lang.String literal)
          Returns the 'XEncounter Participant' literal with the specified literal value.
static XEncounterParticipant getByName(java.lang.String name)
          Returns the 'XEncounter Participant' 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

ADM

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

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

See Also:
ADM_LITERAL, Constant Field Values

ATND

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

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

See Also:
ATND_LITERAL, Constant Field Values

CON

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

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

See Also:
CON_LITERAL, Constant Field Values

DIS

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

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

See Also:
DIS_LITERAL, Constant Field Values

REF

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

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

See Also:
REF_LITERAL, Constant Field Values

ADM_LITERAL

public static final XEncounterParticipant ADM_LITERAL
The 'ADM' literal object.

See Also:
ADM

ATND_LITERAL

public static final XEncounterParticipant ATND_LITERAL
The 'ATND' literal object.

See Also:
ATND

CON_LITERAL

public static final XEncounterParticipant CON_LITERAL
The 'CON' literal object.

See Also:
CON

DIS_LITERAL

public static final XEncounterParticipant DIS_LITERAL
The 'DIS' literal object.

See Also:
DIS

REF_LITERAL

public static final XEncounterParticipant REF_LITERAL
The 'REF' literal object.

See Also:
REF

VALUES

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

Method Detail

get

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


getByName

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


get

public static XEncounterParticipant get(int value)
Returns the 'XEncounter Participant' literal with the specified integer value.