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

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

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

A representation of the literals of the enumeration 'Entity Class Root Member4', and utility methods for working with them.

See Also:
CDAR2Package.getEntityClassRootMember4()

Field Summary
static int ENT
          The 'ENT' literal value.
static EntityClassRootMember4 ENT_LITERAL
          The 'ENT' literal object.
static int HCE
          The 'HCE' literal value.
static EntityClassRootMember4 HCE_LITERAL
          The 'HCE' literal object.
static int RGRP
          The 'RGRP' literal value.
static EntityClassRootMember4 RGRP_LITERAL
          The 'RGRP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Entity Class Root Member4' enumerators.
 
Method Summary
static EntityClassRootMember4 get(int value)
          Returns the 'Entity Class Root Member4' literal with the specified integer value.
static EntityClassRootMember4 get(java.lang.String literal)
          Returns the 'Entity Class Root Member4' literal with the specified literal value.
static EntityClassRootMember4 getByName(java.lang.String name)
          Returns the 'Entity Class Root Member4' 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

ENT

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

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

See Also:
ENT_LITERAL, Constant Field Values

HCE

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

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

See Also:
HCE_LITERAL, Constant Field Values

RGRP

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

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

See Also:
RGRP_LITERAL, Constant Field Values

ENT_LITERAL

public static final EntityClassRootMember4 ENT_LITERAL
The 'ENT' literal object.

See Also:
ENT

HCE_LITERAL

public static final EntityClassRootMember4 HCE_LITERAL
The 'HCE' literal object.

See Also:
HCE

RGRP_LITERAL

public static final EntityClassRootMember4 RGRP_LITERAL
The 'RGRP' literal object.

See Also:
RGRP

VALUES

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

Method Detail

get

public static EntityClassRootMember4 get(java.lang.String literal)
Returns the 'Entity Class Root Member4' literal with the specified literal value.


getByName

public static EntityClassRootMember4 getByName(java.lang.String name)
Returns the 'Entity Class Root Member4' literal with the specified name.


get

public static EntityClassRootMember4 get(int value)
Returns the 'Entity Class Root Member4' literal with the specified integer value.