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

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

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

A representation of the literals of the enumeration 'Act Relationship Objective', and utility methods for working with them. abstDomain: V19625 (C-0-D10317-V10324-V19625-cpt)

See Also:
CDAR2Package.getActRelationshipObjective()

Field Summary
static int OBJC
          The 'OBJC' literal value.
static ActRelationshipObjective OBJC_LITERAL
          The 'OBJC' literal object.
static int OBJF
          The 'OBJF' literal value.
static ActRelationshipObjective OBJF_LITERAL
          The 'OBJF' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Relationship Objective' enumerators.
 
Method Summary
static ActRelationshipObjective get(int value)
          Returns the 'Act Relationship Objective' literal with the specified integer value.
static ActRelationshipObjective get(java.lang.String literal)
          Returns the 'Act Relationship Objective' literal with the specified literal value.
static ActRelationshipObjective getByName(java.lang.String name)
          Returns the 'Act Relationship Objective' 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

OBJC

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

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

See Also:
OBJC_LITERAL, Constant Field Values

OBJF

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

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

See Also:
OBJF_LITERAL, Constant Field Values

OBJC_LITERAL

public static final ActRelationshipObjective OBJC_LITERAL
The 'OBJC' literal object.

See Also:
OBJC

OBJF_LITERAL

public static final ActRelationshipObjective OBJF_LITERAL
The 'OBJF' literal object.

See Also:
OBJF

VALUES

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

Method Detail

get

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


getByName

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


get

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