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

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

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

A representation of the literals of the enumeration 'Temporally Pertains', and utility methods for working with them. abstDomain: V19590 (C-0-D10317-V10329-V19590-cpt)

See Also:
CDAR2Package.getTemporallyPertains()

Field Summary
static int SAS
          The 'SAS' literal value.
static TemporallyPertains SAS_LITERAL
          The 'SAS' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Temporally Pertains' enumerators.
 
Method Summary
static TemporallyPertains get(int value)
          Returns the 'Temporally Pertains' literal with the specified integer value.
static TemporallyPertains get(java.lang.String literal)
          Returns the 'Temporally Pertains' literal with the specified literal value.
static TemporallyPertains getByName(java.lang.String name)
          Returns the 'Temporally Pertains' 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

SAS

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

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

See Also:
SAS_LITERAL, Constant Field Values

SAS_LITERAL

public static final TemporallyPertains SAS_LITERAL
The 'SAS' literal object.

See Also:
SAS

VALUES

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

Method Detail

get

public static TemporallyPertains get(java.lang.String literal)
Returns the 'Temporally Pertains' literal with the specified literal value.


getByName

public static TemporallyPertains getByName(java.lang.String name)
Returns the 'Temporally Pertains' literal with the specified name.


get

public static TemporallyPertains get(int value)
Returns the 'Temporally Pertains' literal with the specified integer value.