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

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

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

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

See Also:
CDAR2Package.getOrganizationNamePartQualifier()

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

LS

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

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

See Also:
LS_LITERAL, Constant Field Values

LS_LITERAL

public static final OrganizationNamePartQualifier LS_LITERAL
The 'LS' literal object.

See Also:
LS

VALUES

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

Method Detail

get

public static OrganizationNamePartQualifier get(java.lang.String literal)
Returns the 'Organization Name Part Qualifier' literal with the specified literal value.


getByName

public static OrganizationNamePartQualifier getByName(java.lang.String name)
Returns the 'Organization Name Part Qualifier' literal with the specified name.


get

public static OrganizationNamePartQualifier get(int value)
Returns the 'Organization Name Part Qualifier' literal with the specified integer value.