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

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

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

A representation of the literals of the enumeration 'XDocument Subject', and utility methods for working with them. abstDomain: V19368 (C-0-D11555-V13940-V19368-cpt)

See Also:
CDAR2Package.getXDocumentSubject()

Field Summary
static int PAT
          The 'PAT' literal value.
static XDocumentSubject PAT_LITERAL
          The 'PAT' literal object.
static int PRS
          The 'PRS' literal value.
static XDocumentSubject PRS_LITERAL
          The 'PRS' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XDocument Subject' enumerators.
 
Method Summary
static XDocumentSubject get(int value)
          Returns the 'XDocument Subject' literal with the specified integer value.
static XDocumentSubject get(java.lang.String literal)
          Returns the 'XDocument Subject' literal with the specified literal value.
static XDocumentSubject getByName(java.lang.String name)
          Returns the 'XDocument Subject' 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

PAT

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

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

See Also:
PAT_LITERAL, Constant Field Values

PRS

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

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

See Also:
PRS_LITERAL, Constant Field Values

PAT_LITERAL

public static final XDocumentSubject PAT_LITERAL
The 'PAT' literal object.

See Also:
PAT

PRS_LITERAL

public static final XDocumentSubject PRS_LITERAL
The 'PRS' literal object.

See Also:
PRS

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XDocument Subject' enumerators.

Method Detail

get

public static XDocumentSubject get(java.lang.String literal)
Returns the 'XDocument Subject' literal with the specified literal value.


getByName

public static XDocumentSubject getByName(java.lang.String name)
Returns the 'XDocument Subject' literal with the specified name.


get

public static XDocumentSubject get(int value)
Returns the 'XDocument Subject' literal with the specified integer value.