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

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

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

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

See Also:
CDAR2Package.getXActRelationshipExternalReference()

Field Summary
static int ELNK
          The 'ELNK' literal value.
static XActRelationshipExternalReference ELNK_LITERAL
          The 'ELNK' literal object.
static int REFR
          The 'REFR' literal value.
static XActRelationshipExternalReference REFR_LITERAL
          The 'REFR' literal object.
static int RPLC
          The 'RPLC' literal value.
static XActRelationshipExternalReference RPLC_LITERAL
          The 'RPLC' literal object.
static int SPRT
          The 'SPRT' literal value.
static XActRelationshipExternalReference SPRT_LITERAL
          The 'SPRT' literal object.
static int SUBJ
          The 'SUBJ' literal value.
static XActRelationshipExternalReference SUBJ_LITERAL
          The 'SUBJ' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XAct Relationship External Reference' enumerators.
static int XCRPT
          The 'XCRPT' literal value.
static XActRelationshipExternalReference XCRPT_LITERAL
          The 'XCRPT' literal object.
 
Method Summary
static XActRelationshipExternalReference get(int value)
          Returns the 'XAct Relationship External Reference' literal with the specified integer value.
static XActRelationshipExternalReference get(java.lang.String literal)
          Returns the 'XAct Relationship External Reference' literal with the specified literal value.
static XActRelationshipExternalReference getByName(java.lang.String name)
          Returns the 'XAct Relationship External Reference' 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

XCRPT

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

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

See Also:
XCRPT_LITERAL, Constant Field Values

RPLC

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

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

See Also:
RPLC_LITERAL, Constant Field Values

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

ELNK

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

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

See Also:
ELNK_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

XCRPT_LITERAL

public static final XActRelationshipExternalReference XCRPT_LITERAL
The 'XCRPT' literal object.

See Also:
XCRPT

RPLC_LITERAL

public static final XActRelationshipExternalReference RPLC_LITERAL
The 'RPLC' literal object.

See Also:
RPLC

SPRT_LITERAL

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

See Also:
SPRT

ELNK_LITERAL

public static final XActRelationshipExternalReference ELNK_LITERAL
The 'ELNK' literal object.

See Also:
ELNK

REFR_LITERAL

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

See Also:
REFR

SUBJ_LITERAL

public static final XActRelationshipExternalReference 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 External Reference' enumerators.

Method Detail

get

public static XActRelationshipExternalReference get(java.lang.String literal)
Returns the 'XAct Relationship External Reference' literal with the specified literal value.


getByName

public static XActRelationshipExternalReference getByName(java.lang.String name)
Returns the 'XAct Relationship External Reference' literal with the specified name.


get

public static XActRelationshipExternalReference get(int value)
Returns the 'XAct Relationship External Reference' literal with the specified integer value.