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

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

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

A representation of the literals of the enumeration 'Person Name Part Misc Qualifier', and utility methods for working with them. abstDomain: V10671 (C-0-D15888-V10659-V10671-cpt)

See Also:
CDAR2Package.getPersonNamePartMiscQualifier()

Field Summary
static int CL
          The 'CL' literal value.
static PersonNamePartMiscQualifier CL_LITERAL
          The 'CL' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Person Name Part Misc Qualifier' enumerators.
 
Method Summary
static PersonNamePartMiscQualifier get(int value)
          Returns the 'Person Name Part Misc Qualifier' literal with the specified integer value.
static PersonNamePartMiscQualifier get(java.lang.String literal)
          Returns the 'Person Name Part Misc Qualifier' literal with the specified literal value.
static PersonNamePartMiscQualifier getByName(java.lang.String name)
          Returns the 'Person Name Part Misc Qualifier' 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

CL

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

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

See Also:
CL_LITERAL, Constant Field Values

CL_LITERAL

public static final PersonNamePartMiscQualifier CL_LITERAL
The 'CL' literal object.

See Also:
CL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Person Name Part Misc Qualifier' enumerators.

Method Detail

get

public static PersonNamePartMiscQualifier get(java.lang.String literal)
Returns the 'Person Name Part Misc Qualifier' literal with the specified literal value.


getByName

public static PersonNamePartMiscQualifier getByName(java.lang.String name)
Returns the 'Person Name Part Misc Qualifier' literal with the specified name.


get

public static PersonNamePartMiscQualifier get(int value)
Returns the 'Person Name Part Misc Qualifier' literal with the specified integer value.