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

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

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

A representation of the literals of the enumeration 'Participation Type Member16', and utility methods for working with them.

See Also:
CDAR2Package.getParticipationTypeMember16()

Field Summary
static int CST
          The 'CST' literal value.
static ParticipationTypeMember16 CST_LITERAL
          The 'CST' literal object.
static int RESP
          The 'RESP' literal value.
static ParticipationTypeMember16 RESP_LITERAL
          The 'RESP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Participation Type Member16' enumerators.
 
Method Summary
static ParticipationTypeMember16 get(int value)
          Returns the 'Participation Type Member16' literal with the specified integer value.
static ParticipationTypeMember16 get(java.lang.String literal)
          Returns the 'Participation Type Member16' literal with the specified literal value.
static ParticipationTypeMember16 getByName(java.lang.String name)
          Returns the 'Participation Type Member16' 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

CST

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

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

See Also:
CST_LITERAL, Constant Field Values

RESP

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

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

See Also:
RESP_LITERAL, Constant Field Values

CST_LITERAL

public static final ParticipationTypeMember16 CST_LITERAL
The 'CST' literal object.

See Also:
CST

RESP_LITERAL

public static final ParticipationTypeMember16 RESP_LITERAL
The 'RESP' literal object.

See Also:
RESP

VALUES

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

Method Detail

get

public static ParticipationTypeMember16 get(java.lang.String literal)
Returns the 'Participation Type Member16' literal with the specified literal value.


getByName

public static ParticipationTypeMember16 getByName(java.lang.String name)
Returns the 'Participation Type Member16' literal with the specified name.


get

public static ParticipationTypeMember16 get(int value)
Returns the 'Participation Type Member16' literal with the specified integer value.