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

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

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

A representation of the literals of the enumeration 'XAct Relationship Pertinent Info', and utility methods for working with them. abstDomain: V19562 (C-0-D10317-V19562-cpt)

See Also:
CDAR2Package.getXActRelationshipPertinentInfo()

Field Summary
static int CAUS
          The 'CAUS' literal value.
static XActRelationshipPertinentInfo CAUS_LITERAL
          The 'CAUS' literal object.
static int MFST
          The 'MFST' literal value.
static XActRelationshipPertinentInfo MFST_LITERAL
          The 'MFST' literal object.
static int REFR
          The 'REFR' literal value.
static XActRelationshipPertinentInfo REFR_LITERAL
          The 'REFR' literal object.
static int SPRT
          The 'SPRT' literal value.
static XActRelationshipPertinentInfo SPRT_LITERAL
          The 'SPRT' literal object.
static int SUBJ
          The 'SUBJ' literal value.
static XActRelationshipPertinentInfo SUBJ_LITERAL
          The 'SUBJ' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XAct Relationship Pertinent Info' enumerators.
 
Method Summary
static XActRelationshipPertinentInfo get(int value)
          Returns the 'XAct Relationship Pertinent Info' literal with the specified integer value.
static XActRelationshipPertinentInfo get(java.lang.String literal)
          Returns the 'XAct Relationship Pertinent Info' literal with the specified literal value.
static XActRelationshipPertinentInfo getByName(java.lang.String name)
          Returns the 'XAct Relationship Pertinent Info' 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

SPRT

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

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

See Also:
SPRT_LITERAL, Constant Field Values

CAUS

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

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

See Also:
CAUS_LITERAL, Constant Field Values

MFST

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

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

See Also:
MFST_LITERAL, Constant Field Values

REFR

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

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

See Also:
REFR_LITERAL, Constant Field Values

SUBJ

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

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

See Also:
SUBJ_LITERAL, Constant Field Values

SPRT_LITERAL

public static final XActRelationshipPertinentInfo SPRT_LITERAL
The 'SPRT' literal object.

See Also:
SPRT

CAUS_LITERAL

public static final XActRelationshipPertinentInfo CAUS_LITERAL
The 'CAUS' literal object.

See Also:
CAUS

MFST_LITERAL

public static final XActRelationshipPertinentInfo MFST_LITERAL
The 'MFST' literal object.

See Also:
MFST

REFR_LITERAL

public static final XActRelationshipPertinentInfo REFR_LITERAL
The 'REFR' literal object.

See Also:
REFR

SUBJ_LITERAL

public static final XActRelationshipPertinentInfo SUBJ_LITERAL
The 'SUBJ' literal object.

See Also:
SUBJ

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XAct Relationship Pertinent Info' enumerators.

Method Detail

get

public static XActRelationshipPertinentInfo get(java.lang.String literal)
Returns the 'XAct Relationship Pertinent Info' literal with the specified literal value.


getByName

public static XActRelationshipPertinentInfo getByName(java.lang.String name)
Returns the 'XAct Relationship Pertinent Info' literal with the specified name.


get

public static XActRelationshipPertinentInfo get(int value)
Returns the 'XAct Relationship Pertinent Info' literal with the specified integer value.