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

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

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

A representation of the literals of the enumeration 'Entity Class Living Subject Member1', and utility methods for working with them.

See Also:
CDAR2Package.getEntityClassLivingSubjectMember1()

Field Summary
static int LIV
          The 'LIV' literal value.
static EntityClassLivingSubjectMember1 LIV_LITERAL
          The 'LIV' literal object.
static int PSN
          The 'PSN' literal value.
static EntityClassLivingSubjectMember1 PSN_LITERAL
          The 'PSN' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Entity Class Living Subject Member1' enumerators.
 
Method Summary
static EntityClassLivingSubjectMember1 get(int value)
          Returns the 'Entity Class Living Subject Member1' literal with the specified integer value.
static EntityClassLivingSubjectMember1 get(java.lang.String literal)
          Returns the 'Entity Class Living Subject Member1' literal with the specified literal value.
static EntityClassLivingSubjectMember1 getByName(java.lang.String name)
          Returns the 'Entity Class Living Subject Member1' 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

LIV

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

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

See Also:
LIV_LITERAL, Constant Field Values

PSN

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

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

See Also:
PSN_LITERAL, Constant Field Values

LIV_LITERAL

public static final EntityClassLivingSubjectMember1 LIV_LITERAL
The 'LIV' literal object.

See Also:
LIV

PSN_LITERAL

public static final EntityClassLivingSubjectMember1 PSN_LITERAL
The 'PSN' literal object.

See Also:
PSN

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Entity Class Living Subject Member1' enumerators.

Method Detail

get

public static EntityClassLivingSubjectMember1 get(java.lang.String literal)
Returns the 'Entity Class Living Subject Member1' literal with the specified literal value.


getByName

public static EntityClassLivingSubjectMember1 getByName(java.lang.String name)
Returns the 'Entity Class Living Subject Member1' literal with the specified name.


get

public static EntityClassLivingSubjectMember1 get(int value)
Returns the 'Entity Class Living Subject Member1' literal with the specified integer value.