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

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

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

A representation of the literals of the enumeration 'Entity Determiner Member2', and utility methods for working with them.

See Also:
CDAR2Package.getEntityDeterminerMember2()

Field Summary
static int INSTANCE
          The 'INSTANCE' literal value.
static EntityDeterminerMember2 INSTANCE_LITERAL
          The 'INSTANCE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Entity Determiner Member2' enumerators.
 
Method Summary
static EntityDeterminerMember2 get(int value)
          Returns the 'Entity Determiner Member2' literal with the specified integer value.
static EntityDeterminerMember2 get(java.lang.String literal)
          Returns the 'Entity Determiner Member2' literal with the specified literal value.
static EntityDeterminerMember2 getByName(java.lang.String name)
          Returns the 'Entity Determiner Member2' 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

INSTANCE

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

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

See Also:
INSTANCE_LITERAL, Constant Field Values

INSTANCE_LITERAL

public static final EntityDeterminerMember2 INSTANCE_LITERAL
The 'INSTANCE' literal object.

See Also:
INSTANCE

VALUES

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

Method Detail

get

public static EntityDeterminerMember2 get(java.lang.String literal)
Returns the 'Entity Determiner Member2' literal with the specified literal value.


getByName

public static EntityDeterminerMember2 getByName(java.lang.String name)
Returns the 'Entity Determiner Member2' literal with the specified name.


get

public static EntityDeterminerMember2 get(int value)
Returns the 'Entity Determiner Member2' literal with the specified integer value.