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

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

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

A representation of the literals of the enumeration 'Act Class Supply', and utility methods for working with them. specDomain: V11535 (C-0-D11527-V13856-V11535-cpt)

See Also:
CDAR2Package.getActClassSupply()

Field Summary
static int DIET
          The 'DIET' literal value.
static ActClassSupply DIET_LITERAL
          The 'DIET' literal object.
static int SPLY
          The 'SPLY' literal value.
static ActClassSupply SPLY_LITERAL
          The 'SPLY' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Class Supply' enumerators.
 
Method Summary
static ActClassSupply get(int value)
          Returns the 'Act Class Supply' literal with the specified integer value.
static ActClassSupply get(java.lang.String literal)
          Returns the 'Act Class Supply' literal with the specified literal value.
static ActClassSupply getByName(java.lang.String name)
          Returns the 'Act Class Supply' 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

SPLY

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

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

See Also:
SPLY_LITERAL, Constant Field Values

DIET

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

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

See Also:
DIET_LITERAL, Constant Field Values

SPLY_LITERAL

public static final ActClassSupply SPLY_LITERAL
The 'SPLY' literal object.

See Also:
SPLY

DIET_LITERAL

public static final ActClassSupply DIET_LITERAL
The 'DIET' literal object.

See Also:
DIET

VALUES

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

Method Detail

get

public static ActClassSupply get(java.lang.String literal)
Returns the 'Act Class Supply' literal with the specified literal value.


getByName

public static ActClassSupply getByName(java.lang.String name)
Returns the 'Act Class Supply' literal with the specified name.


get

public static ActClassSupply get(int value)
Returns the 'Act Class Supply' literal with the specified integer value.