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

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

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

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

See Also:
CDAR2Package.getEntityClassOrganizationMember1()

Field Summary
static int ORG
          The 'ORG' literal value.
static EntityClassOrganizationMember1 ORG_LITERAL
          The 'ORG' literal object.
static int PUB
          The 'PUB' literal value.
static EntityClassOrganizationMember1 PUB_LITERAL
          The 'PUB' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Entity Class Organization Member1' enumerators.
 
Method Summary
static EntityClassOrganizationMember1 get(int value)
          Returns the 'Entity Class Organization Member1' literal with the specified integer value.
static EntityClassOrganizationMember1 get(java.lang.String literal)
          Returns the 'Entity Class Organization Member1' literal with the specified literal value.
static EntityClassOrganizationMember1 getByName(java.lang.String name)
          Returns the 'Entity Class Organization Member1' 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

ORG

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

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

See Also:
ORG_LITERAL, Constant Field Values

PUB

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

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

See Also:
PUB_LITERAL, Constant Field Values

ORG_LITERAL

public static final EntityClassOrganizationMember1 ORG_LITERAL
The 'ORG' literal object.

See Also:
ORG

PUB_LITERAL

public static final EntityClassOrganizationMember1 PUB_LITERAL
The 'PUB' literal object.

See Also:
PUB

VALUES

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

Method Detail

get

public static EntityClassOrganizationMember1 get(java.lang.String literal)
Returns the 'Entity Class Organization Member1' literal with the specified literal value.


getByName

public static EntityClassOrganizationMember1 getByName(java.lang.String name)
Returns the 'Entity Class Organization Member1' literal with the specified name.


get

public static EntityClassOrganizationMember1 get(int value)
Returns the 'Entity Class Organization Member1' literal with the specified integer value.