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

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

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

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

See Also:
CDAR2Package.getActClassEntry()

Field Summary
static int BATTERY
          The 'BATTERY' literal value.
static ActClassEntry BATTERY_LITERAL
          The 'BATTERY' literal object.
static int CLUSTER
          The 'CLUSTER' literal value.
static ActClassEntry CLUSTER_LITERAL
          The 'CLUSTER' literal object.
static int ENTRY
          The 'ENTRY' literal value.
static ActClassEntry ENTRY_LITERAL
          The 'ENTRY' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Class Entry' enumerators.
 
Method Summary
static ActClassEntry get(int value)
          Returns the 'Act Class Entry' literal with the specified integer value.
static ActClassEntry get(java.lang.String literal)
          Returns the 'Act Class Entry' literal with the specified literal value.
static ActClassEntry getByName(java.lang.String name)
          Returns the 'Act Class Entry' 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

ENTRY

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

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

See Also:
ENTRY_LITERAL, Constant Field Values

BATTERY

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

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

See Also:
BATTERY_LITERAL, Constant Field Values

CLUSTER

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

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

See Also:
CLUSTER_LITERAL, Constant Field Values

ENTRY_LITERAL

public static final ActClassEntry ENTRY_LITERAL
The 'ENTRY' literal object.

See Also:
ENTRY

BATTERY_LITERAL

public static final ActClassEntry BATTERY_LITERAL
The 'BATTERY' literal object.

See Also:
BATTERY

CLUSTER_LITERAL

public static final ActClassEntry CLUSTER_LITERAL
The 'CLUSTER' literal object.

See Also:
CLUSTER

VALUES

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

Method Detail

get

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


getByName

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


get

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