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

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

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

A representation of the literals of the enumeration 'Act Relationship Cost Tracking', and utility methods for working with them. abstDomain: V19618 (C-0-D10317-V10329-V14900-V19618-cpt)

See Also:
CDAR2Package.getActRelationshipCostTracking()

Field Summary
static int CHRG
          The 'CHRG' literal value.
static ActRelationshipCostTracking CHRG_LITERAL
          The 'CHRG' literal object.
static int COST
          The 'COST' literal value.
static ActRelationshipCostTracking COST_LITERAL
          The 'COST' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Relationship Cost Tracking' enumerators.
 
Method Summary
static ActRelationshipCostTracking get(int value)
          Returns the 'Act Relationship Cost Tracking' literal with the specified integer value.
static ActRelationshipCostTracking get(java.lang.String literal)
          Returns the 'Act Relationship Cost Tracking' literal with the specified literal value.
static ActRelationshipCostTracking getByName(java.lang.String name)
          Returns the 'Act Relationship Cost Tracking' 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

CHRG

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

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

See Also:
CHRG_LITERAL, Constant Field Values

COST

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

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

See Also:
COST_LITERAL, Constant Field Values

CHRG_LITERAL

public static final ActRelationshipCostTracking CHRG_LITERAL
The 'CHRG' literal object.

See Also:
CHRG

COST_LITERAL

public static final ActRelationshipCostTracking COST_LITERAL
The 'COST' literal object.

See Also:
COST

VALUES

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

Method Detail

get

public static ActRelationshipCostTracking get(java.lang.String literal)
Returns the 'Act Relationship Cost Tracking' literal with the specified literal value.


getByName

public static ActRelationshipCostTracking getByName(java.lang.String name)
Returns the 'Act Relationship Cost Tracking' literal with the specified name.


get

public static ActRelationshipCostTracking get(int value)
Returns the 'Act Relationship Cost Tracking' literal with the specified integer value.