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

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

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

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

See Also:
CDAR2Package.getOrganizationNameUseMember2()

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

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

L

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

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

See Also:
L_LITERAL, Constant Field Values

C_LITERAL

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

See Also:
C

L_LITERAL

public static final OrganizationNameUseMember2 L_LITERAL
The 'L' literal object.

See Also:
L

VALUES

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

Method Detail

get

public static OrganizationNameUseMember2 get(java.lang.String literal)
Returns the 'Organization Name Use Member2' literal with the specified literal value.


getByName

public static OrganizationNameUseMember2 getByName(java.lang.String name)
Returns the 'Organization Name Use Member2' literal with the specified name.


get

public static OrganizationNameUseMember2 get(int value)
Returns the 'Organization Name Use Member2' literal with the specified integer value.