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

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

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

A representation of the literals of the enumeration 'Role Class Root Member11', and utility methods for working with them.

See Also:
CDAR2Package.getRoleClassRootMember11()

Field Summary
static int ROL
          The 'ROL' literal value.
static RoleClassRootMember11 ROL_LITERAL
          The 'ROL' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Role Class Root Member11' enumerators.
 
Method Summary
static RoleClassRootMember11 get(int value)
          Returns the 'Role Class Root Member11' literal with the specified integer value.
static RoleClassRootMember11 get(java.lang.String literal)
          Returns the 'Role Class Root Member11' literal with the specified literal value.
static RoleClassRootMember11 getByName(java.lang.String name)
          Returns the 'Role Class Root Member11' 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

ROL

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

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

See Also:
ROL_LITERAL, Constant Field Values

ROL_LITERAL

public static final RoleClassRootMember11 ROL_LITERAL
The 'ROL' literal object.

See Also:
ROL

VALUES

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

Method Detail

get

public static RoleClassRootMember11 get(java.lang.String literal)
Returns the 'Role Class Root Member11' literal with the specified literal value.


getByName

public static RoleClassRootMember11 getByName(java.lang.String name)
Returns the 'Role Class Root Member11' literal with the specified name.


get

public static RoleClassRootMember11 get(int value)
Returns the 'Role Class Root Member11' literal with the specified integer value.