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

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

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

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

See Also:
CDAR2Package.getXEncounterPerformerParticipation()

Field Summary
static int CON
          The 'CON' literal value.
static XEncounterPerformerParticipation CON_LITERAL
          The 'CON' literal object.
static int PRF
          The 'PRF' literal value.
static XEncounterPerformerParticipation PRF_LITERAL
          The 'PRF' literal object.
static int SPRF
          The 'SPRF' literal value.
static XEncounterPerformerParticipation SPRF_LITERAL
          The 'SPRF' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XEncounter Performer Participation' enumerators.
 
Method Summary
static XEncounterPerformerParticipation get(int value)
          Returns the 'XEncounter Performer Participation' literal with the specified integer value.
static XEncounterPerformerParticipation get(java.lang.String literal)
          Returns the 'XEncounter Performer Participation' literal with the specified literal value.
static XEncounterPerformerParticipation getByName(java.lang.String name)
          Returns the 'XEncounter Performer Participation' 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

PRF

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

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

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

SPRF

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

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

See Also:
SPRF_LITERAL, Constant Field Values

PRF_LITERAL

public static final XEncounterPerformerParticipation PRF_LITERAL
The 'PRF' literal object.

See Also:
PRF

CON_LITERAL

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

See Also:
CON

SPRF_LITERAL

public static final XEncounterPerformerParticipation SPRF_LITERAL
The 'SPRF' literal object.

See Also:
SPRF

VALUES

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

Method Detail

get

public static XEncounterPerformerParticipation get(java.lang.String literal)
Returns the 'XEncounter Performer Participation' literal with the specified literal value.


getByName

public static XEncounterPerformerParticipation getByName(java.lang.String name)
Returns the 'XEncounter Performer Participation' literal with the specified name.


get

public static XEncounterPerformerParticipation get(int value)
Returns the 'XEncounter Performer Participation' literal with the specified integer value.