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

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

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

A representation of the literals of the enumeration 'Role Class Employee', and utility methods for working with them. specDomain: V11569 (C-0-D11555-V13940-V19313-V19316-V10416-V11569-cpt)

See Also:
CDAR2Package.getRoleClassEmployee()

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

EMP

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

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

See Also:
EMP_LITERAL, Constant Field Values

MIL

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

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

See Also:
MIL_LITERAL, Constant Field Values

EMP_LITERAL

public static final RoleClassEmployee EMP_LITERAL
The 'EMP' literal object.

See Also:
EMP

MIL_LITERAL

public static final RoleClassEmployee MIL_LITERAL
The 'MIL' literal object.

See Also:
MIL

VALUES

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

Method Detail

get

public static RoleClassEmployee get(java.lang.String literal)
Returns the 'Role Class Employee' literal with the specified literal value.


getByName

public static RoleClassEmployee getByName(java.lang.String name)
Returns the 'Role Class Employee' literal with the specified name.


get

public static RoleClassEmployee get(int value)
Returns the 'Role Class Employee' literal with the specified integer value.