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

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

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

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

See Also:
CDAR2Package.getXParticipationAuthorPerformer()

Field Summary
static int AUT
          The 'AUT' literal value.
static XParticipationAuthorPerformer AUT_LITERAL
          The 'AUT' literal object.
static int PRF
          The 'PRF' literal value.
static XParticipationAuthorPerformer PRF_LITERAL
          The 'PRF' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XParticipation Author Performer' enumerators.
 
Method Summary
static XParticipationAuthorPerformer get(int value)
          Returns the 'XParticipation Author Performer' literal with the specified integer value.
static XParticipationAuthorPerformer get(java.lang.String literal)
          Returns the 'XParticipation Author Performer' literal with the specified literal value.
static XParticipationAuthorPerformer getByName(java.lang.String name)
          Returns the 'XParticipation Author 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

AUT

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

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

See Also:
AUT_LITERAL, Constant Field Values

PRF_LITERAL

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

See Also:
PRF

AUT_LITERAL

public static final XParticipationAuthorPerformer AUT_LITERAL
The 'AUT' literal object.

See Also:
AUT

VALUES

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

Method Detail

get

public static XParticipationAuthorPerformer get(java.lang.String literal)
Returns the 'XParticipation Author Performer' literal with the specified literal value.


getByName

public static XParticipationAuthorPerformer getByName(java.lang.String name)
Returns the 'XParticipation Author Performer' literal with the specified name.


get

public static XParticipationAuthorPerformer get(int value)
Returns the 'XParticipation Author Performer' literal with the specified integer value.