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

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

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

A representation of the literals of the enumeration 'Act Class ROI', and utility methods for working with them. abstDomain: V17893 (C-0-D11527-V13856-V11529-V17893-cpt)

See Also:
CDAR2Package.getActClassROI()

Field Summary
static int ROIBND
          The 'ROIBND' literal value.
static ActClassROI ROIBND_LITERAL
          The 'ROIBND' literal object.
static int ROIOVL
          The 'ROIOVL' literal value.
static ActClassROI ROIOVL_LITERAL
          The 'ROIOVL' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Class ROI' enumerators.
 
Method Summary
static ActClassROI get(int value)
          Returns the 'Act Class ROI' literal with the specified integer value.
static ActClassROI get(java.lang.String literal)
          Returns the 'Act Class ROI' literal with the specified literal value.
static ActClassROI getByName(java.lang.String name)
          Returns the 'Act Class ROI' 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

ROIBND

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

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

See Also:
ROIBND_LITERAL, Constant Field Values

ROIOVL

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

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

See Also:
ROIOVL_LITERAL, Constant Field Values

ROIBND_LITERAL

public static final ActClassROI ROIBND_LITERAL
The 'ROIBND' literal object.

See Also:
ROIBND

ROIOVL_LITERAL

public static final ActClassROI ROIOVL_LITERAL
The 'ROIOVL' literal object.

See Also:
ROIOVL

VALUES

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

Method Detail

get

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


getByName

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


get

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