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

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

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

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

See Also:
CDAR2Package.getRoleClassAssignedEntityMember1()

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

COMPAR

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

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

See Also:
COMPAR_LITERAL, Constant Field Values

SGNOFF

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

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

See Also:
SGNOFF_LITERAL, Constant Field Values

ASSIGNED_LITERAL

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

See Also:
ASSIGNED

COMPAR_LITERAL

public static final RoleClassAssignedEntityMember1 COMPAR_LITERAL
The 'COMPAR' literal object.

See Also:
COMPAR

SGNOFF_LITERAL

public static final RoleClassAssignedEntityMember1 SGNOFF_LITERAL
The 'SGNOFF' literal object.

See Also:
SGNOFF

VALUES

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

Method Detail

get

public static RoleClassAssignedEntityMember1 get(java.lang.String literal)
Returns the 'Role Class Assigned Entity Member1' literal with the specified literal value.


getByName

public static RoleClassAssignedEntityMember1 getByName(java.lang.String name)
Returns the 'Role Class Assigned Entity Member1' literal with the specified name.


get

public static RoleClassAssignedEntityMember1 get(int value)
Returns the 'Role Class Assigned Entity Member1' literal with the specified integer value.