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

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

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

A representation of the literals of the enumeration 'XEntity Class Document Receiving Member1', and utility methods for working with them.

See Also:
CDAR2Package.getXEntityClassDocumentReceivingMember1()

Field Summary
static int HCE
          The 'HCE' literal value.
static XEntityClassDocumentReceivingMember1 HCE_LITERAL
          The 'HCE' literal object.
static int PSN
          The 'PSN' literal value.
static XEntityClassDocumentReceivingMember1 PSN_LITERAL
          The 'PSN' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XEntity Class Document Receiving Member1' enumerators.
 
Method Summary
static XEntityClassDocumentReceivingMember1 get(int value)
          Returns the 'XEntity Class Document Receiving Member1' literal with the specified integer value.
static XEntityClassDocumentReceivingMember1 get(java.lang.String literal)
          Returns the 'XEntity Class Document Receiving Member1' literal with the specified literal value.
static XEntityClassDocumentReceivingMember1 getByName(java.lang.String name)
          Returns the 'XEntity Class Document Receiving 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

HCE

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

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

See Also:
HCE_LITERAL, Constant Field Values

PSN

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

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

See Also:
PSN_LITERAL, Constant Field Values

HCE_LITERAL

public static final XEntityClassDocumentReceivingMember1 HCE_LITERAL
The 'HCE' literal object.

See Also:
HCE

PSN_LITERAL

public static final XEntityClassDocumentReceivingMember1 PSN_LITERAL
The 'PSN' literal object.

See Also:
PSN

VALUES

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

Method Detail

get

public static XEntityClassDocumentReceivingMember1 get(java.lang.String literal)
Returns the 'XEntity Class Document Receiving Member1' literal with the specified literal value.


getByName

public static XEntityClassDocumentReceivingMember1 getByName(java.lang.String name)
Returns the 'XEntity Class Document Receiving Member1' literal with the specified name.


get

public static XEntityClassDocumentReceivingMember1 get(int value)
Returns the 'XEntity Class Document Receiving Member1' literal with the specified integer value.