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

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

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

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

See Also:
CDAR2Package.getXRoleClassCredentialedEntityMember1()

Field Summary
static int ASSIGNED
          The 'ASSIGNED' literal value.
static XRoleClassCredentialedEntityMember1 ASSIGNED_LITERAL
          The 'ASSIGNED' literal object.
static int QUAL
          The 'QUAL' literal value.
static XRoleClassCredentialedEntityMember1 QUAL_LITERAL
          The 'QUAL' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XRole Class Credentialed Entity Member1' enumerators.
 
Method Summary
static XRoleClassCredentialedEntityMember1 get(int value)
          Returns the 'XRole Class Credentialed Entity Member1' literal with the specified integer value.
static XRoleClassCredentialedEntityMember1 get(java.lang.String literal)
          Returns the 'XRole Class Credentialed Entity Member1' literal with the specified literal value.
static XRoleClassCredentialedEntityMember1 getByName(java.lang.String name)
          Returns the 'XRole Class Credentialed Entity 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

ASSIGNED

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

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

See Also:
ASSIGNED_LITERAL, Constant Field Values

QUAL

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

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

See Also:
QUAL_LITERAL, Constant Field Values

ASSIGNED_LITERAL

public static final XRoleClassCredentialedEntityMember1 ASSIGNED_LITERAL
The 'ASSIGNED' literal object.

See Also:
ASSIGNED

QUAL_LITERAL

public static final XRoleClassCredentialedEntityMember1 QUAL_LITERAL
The 'QUAL' literal object.

See Also:
QUAL

VALUES

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

Method Detail

get

public static XRoleClassCredentialedEntityMember1 get(java.lang.String literal)
Returns the 'XRole Class Credentialed Entity Member1' literal with the specified literal value.


getByName

public static XRoleClassCredentialedEntityMember1 getByName(java.lang.String name)
Returns the 'XRole Class Credentialed Entity Member1' literal with the specified name.


get

public static XRoleClassCredentialedEntityMember1 get(int value)
Returns the 'XRole Class Credentialed Entity Member1' literal with the specified integer value.