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

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

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

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

See Also:
CDAR2Package.getEntityNameUseMember4()

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

C

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

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

See Also:
C_LITERAL, Constant Field Values

C_LITERAL

public static final EntityNameUseMember4 C_LITERAL
The 'C' literal object.

See Also:
C

VALUES

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

Method Detail

get

public static EntityNameUseMember4 get(java.lang.String literal)
Returns the 'Entity Name Use Member4' literal with the specified literal value.


getByName

public static EntityNameUseMember4 getByName(java.lang.String name)
Returns the 'Entity Name Use Member4' literal with the specified name.


get

public static EntityNameUseMember4 get(int value)
Returns the 'Entity Name Use Member4' literal with the specified integer value.