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

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

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

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

See Also:
CDAR2Package.getRoleClassMutualRelationshipMember1()

Field Summary
static int CAREGIVER
          The 'CAREGIVER' literal value.
static RoleClassMutualRelationshipMember1 CAREGIVER_LITERAL
          The 'CAREGIVER' literal object.
static int PRS
          The 'PRS' literal value.
static RoleClassMutualRelationshipMember1 PRS_LITERAL
          The 'PRS' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Role Class Mutual Relationship Member1' enumerators.
 
Method Summary
static RoleClassMutualRelationshipMember1 get(int value)
          Returns the 'Role Class Mutual Relationship Member1' literal with the specified integer value.
static RoleClassMutualRelationshipMember1 get(java.lang.String literal)
          Returns the 'Role Class Mutual Relationship Member1' literal with the specified literal value.
static RoleClassMutualRelationshipMember1 getByName(java.lang.String name)
          Returns the 'Role Class Mutual Relationship 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

CAREGIVER

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

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

See Also:
CAREGIVER_LITERAL, Constant Field Values

PRS

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

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

See Also:
PRS_LITERAL, Constant Field Values

CAREGIVER_LITERAL

public static final RoleClassMutualRelationshipMember1 CAREGIVER_LITERAL
The 'CAREGIVER' literal object.

See Also:
CAREGIVER

PRS_LITERAL

public static final RoleClassMutualRelationshipMember1 PRS_LITERAL
The 'PRS' literal object.

See Also:
PRS

VALUES

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

Method Detail

get

public static RoleClassMutualRelationshipMember1 get(java.lang.String literal)
Returns the 'Role Class Mutual Relationship Member1' literal with the specified literal value.


getByName

public static RoleClassMutualRelationshipMember1 getByName(java.lang.String name)
Returns the 'Role Class Mutual Relationship Member1' literal with the specified name.


get

public static RoleClassMutualRelationshipMember1 get(int value)
Returns the 'Role Class Mutual Relationship Member1' literal with the specified integer value.