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

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

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

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

See Also:
CDAR2Package.getParticipationPhysicalPerformer()

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

DIST

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

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

See Also:
DIST_LITERAL, Constant Field Values

PPRF

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

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

See Also:
PPRF_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 ParticipationPhysicalPerformer PRF_LITERAL
The 'PRF' literal object.

See Also:
PRF

DIST_LITERAL

public static final ParticipationPhysicalPerformer DIST_LITERAL
The 'DIST' literal object.

See Also:
DIST

PPRF_LITERAL

public static final ParticipationPhysicalPerformer PPRF_LITERAL
The 'PPRF' literal object.

See Also:
PPRF

SPRF_LITERAL

public static final ParticipationPhysicalPerformer 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 'Participation Physical Performer' enumerators.

Method Detail

get

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


getByName

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


get

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