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

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

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

A representation of the literals of the enumeration 'Role Class Is Species Entity', and utility methods for working with them. specDomain: V10441 (C-0-D11555-V13940-V10428-V10441-cpt)

See Also:
CDAR2Package.getRoleClassIsSpeciesEntity()

Field Summary
static int GEN
          The 'GEN' literal value.
static RoleClassIsSpeciesEntity GEN_LITERAL
          The 'GEN' literal object.
static int GRIC
          The 'GRIC' literal value.
static RoleClassIsSpeciesEntity GRIC_LITERAL
          The 'GRIC' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Role Class Is Species Entity' enumerators.
 
Method Summary
static RoleClassIsSpeciesEntity get(int value)
          Returns the 'Role Class Is Species Entity' literal with the specified integer value.
static RoleClassIsSpeciesEntity get(java.lang.String literal)
          Returns the 'Role Class Is Species Entity' literal with the specified literal value.
static RoleClassIsSpeciesEntity getByName(java.lang.String name)
          Returns the 'Role Class Is Species Entity' 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

GEN

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

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

See Also:
GEN_LITERAL, Constant Field Values

GRIC

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

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

See Also:
GRIC_LITERAL, Constant Field Values

GEN_LITERAL

public static final RoleClassIsSpeciesEntity GEN_LITERAL
The 'GEN' literal object.

See Also:
GEN

GRIC_LITERAL

public static final RoleClassIsSpeciesEntity GRIC_LITERAL
The 'GRIC' literal object.

See Also:
GRIC

VALUES

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

Method Detail

get

public static RoleClassIsSpeciesEntity get(java.lang.String literal)
Returns the 'Role Class Is Species Entity' literal with the specified literal value.


getByName

public static RoleClassIsSpeciesEntity getByName(java.lang.String name)
Returns the 'Role Class Is Species Entity' literal with the specified name.


get

public static RoleClassIsSpeciesEntity get(int value)
Returns the 'Role Class Is Species Entity' literal with the specified integer value.