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

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

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

A representation of the literals of the enumeration 'XOrganization Name Part Type', and utility methods for working with them. abstDomain: V15881 (C-0-D15880-V15881-cpt)

See Also:
CDAR2Package.getXOrganizationNamePartType()

Field Summary
static int DEL
          The 'DEL' literal value.
static XOrganizationNamePartType DEL_LITERAL
          The 'DEL' literal object.
static int PFX
          The 'PFX' literal value.
static XOrganizationNamePartType PFX_LITERAL
          The 'PFX' literal object.
static int SFX
          The 'SFX' literal value.
static XOrganizationNamePartType SFX_LITERAL
          The 'SFX' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XOrganization Name Part Type' enumerators.
 
Method Summary
static XOrganizationNamePartType get(int value)
          Returns the 'XOrganization Name Part Type' literal with the specified integer value.
static XOrganizationNamePartType get(java.lang.String literal)
          Returns the 'XOrganization Name Part Type' literal with the specified literal value.
static XOrganizationNamePartType getByName(java.lang.String name)
          Returns the 'XOrganization Name Part Type' 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

DEL

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

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

See Also:
DEL_LITERAL, Constant Field Values

PFX

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

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

See Also:
PFX_LITERAL, Constant Field Values

SFX

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

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

See Also:
SFX_LITERAL, Constant Field Values

DEL_LITERAL

public static final XOrganizationNamePartType DEL_LITERAL
The 'DEL' literal object.

See Also:
DEL

PFX_LITERAL

public static final XOrganizationNamePartType PFX_LITERAL
The 'PFX' literal object.

See Also:
PFX

SFX_LITERAL

public static final XOrganizationNamePartType SFX_LITERAL
The 'SFX' literal object.

See Also:
SFX

VALUES

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

Method Detail

get

public static XOrganizationNamePartType get(java.lang.String literal)
Returns the 'XOrganization Name Part Type' literal with the specified literal value.


getByName

public static XOrganizationNamePartType getByName(java.lang.String name)
Returns the 'XOrganization Name Part Type' literal with the specified name.


get

public static XOrganizationNamePartType get(int value)
Returns the 'XOrganization Name Part Type' literal with the specified integer value.