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

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

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

A representation of the literals of the enumeration 'Entity Class Device', and utility methods for working with them. specDomain: V11623 (C-0-D10882-V13922-V10883-V13934-V11623-cpt)

See Also:
CDAR2Package.getEntityClassDevice()

Field Summary
static int CER
          The 'CER' literal value.
static EntityClassDevice CER_LITERAL
          The 'CER' literal object.
static int DEV
          The 'DEV' literal value.
static EntityClassDevice DEV_LITERAL
          The 'DEV' literal object.
static int MODDV
          The 'MODDV' literal value.
static EntityClassDevice MODDV_LITERAL
          The 'MODDV' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Entity Class Device' enumerators.
 
Method Summary
static EntityClassDevice get(int value)
          Returns the 'Entity Class Device' literal with the specified integer value.
static EntityClassDevice get(java.lang.String literal)
          Returns the 'Entity Class Device' literal with the specified literal value.
static EntityClassDevice getByName(java.lang.String name)
          Returns the 'Entity Class Device' 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

DEV

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

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

See Also:
DEV_LITERAL, Constant Field Values

CER

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

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

See Also:
CER_LITERAL, Constant Field Values

MODDV

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

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

See Also:
MODDV_LITERAL, Constant Field Values

DEV_LITERAL

public static final EntityClassDevice DEV_LITERAL
The 'DEV' literal object.

See Also:
DEV

CER_LITERAL

public static final EntityClassDevice CER_LITERAL
The 'CER' literal object.

See Also:
CER

MODDV_LITERAL

public static final EntityClassDevice MODDV_LITERAL
The 'MODDV' literal object.

See Also:
MODDV

VALUES

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

Method Detail

get

public static EntityClassDevice get(java.lang.String literal)
Returns the 'Entity Class Device' literal with the specified literal value.


getByName

public static EntityClassDevice getByName(java.lang.String name)
Returns the 'Entity Class Device' literal with the specified name.


get

public static EntityClassDevice get(int value)
Returns the 'Entity Class Device' literal with the specified integer value.