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

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

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

A representation of the literals of the enumeration 'Act Relationship Reason', and utility methods for working with them. specDomain: V19376 (C-0-D10317-V18977-V19376-cpt)

See Also:
CDAR2Package.getActRelationshipReason()

Field Summary
static int MITGT
          The 'MITGT' literal value.
static ActRelationshipReason MITGT_LITERAL
          The 'MITGT' literal object.
static int RSON
          The 'RSON' literal value.
static ActRelationshipReason RSON_LITERAL
          The 'RSON' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Relationship Reason' enumerators.
 
Method Summary
static ActRelationshipReason get(int value)
          Returns the 'Act Relationship Reason' literal with the specified integer value.
static ActRelationshipReason get(java.lang.String literal)
          Returns the 'Act Relationship Reason' literal with the specified literal value.
static ActRelationshipReason getByName(java.lang.String name)
          Returns the 'Act Relationship Reason' 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

RSON

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

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

See Also:
RSON_LITERAL, Constant Field Values

MITGT

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

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

See Also:
MITGT_LITERAL, Constant Field Values

RSON_LITERAL

public static final ActRelationshipReason RSON_LITERAL
The 'RSON' literal object.

See Also:
RSON

MITGT_LITERAL

public static final ActRelationshipReason MITGT_LITERAL
The 'MITGT' literal object.

See Also:
MITGT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Act Relationship Reason' enumerators.

Method Detail

get

public static ActRelationshipReason get(java.lang.String literal)
Returns the 'Act Relationship Reason' literal with the specified literal value.


getByName

public static ActRelationshipReason getByName(java.lang.String name)
Returns the 'Act Relationship Reason' literal with the specified name.


get

public static ActRelationshipReason get(int value)
Returns the 'Act Relationship Reason' literal with the specified integer value.