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

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

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

A representation of the literals of the enumeration 'Role Class Located Entity', and utility methods for working with them. specDomain: V16815 (C-0-D11555-V13940-V10429-V16815-cpt)

See Also:
CDAR2Package.getRoleClassLocatedEntity()

Field Summary
static int LOCE
          The 'LOCE' literal value.
static RoleClassLocatedEntity LOCE_LITERAL
          The 'LOCE' literal object.
static int STOR
          The 'STOR' literal value.
static RoleClassLocatedEntity STOR_LITERAL
          The 'STOR' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Role Class Located Entity' enumerators.
 
Method Summary
static RoleClassLocatedEntity get(int value)
          Returns the 'Role Class Located Entity' literal with the specified integer value.
static RoleClassLocatedEntity get(java.lang.String literal)
          Returns the 'Role Class Located Entity' literal with the specified literal value.
static RoleClassLocatedEntity getByName(java.lang.String name)
          Returns the 'Role Class Located Entity' 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

LOCE

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

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

See Also:
LOCE_LITERAL, Constant Field Values

STOR

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

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

See Also:
STOR_LITERAL, Constant Field Values

LOCE_LITERAL

public static final RoleClassLocatedEntity LOCE_LITERAL
The 'LOCE' literal object.

See Also:
LOCE

STOR_LITERAL

public static final RoleClassLocatedEntity STOR_LITERAL
The 'STOR' literal object.

See Also:
STOR

VALUES

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

Method Detail

get

public static RoleClassLocatedEntity get(java.lang.String literal)
Returns the 'Role Class Located Entity' literal with the specified literal value.


getByName

public static RoleClassLocatedEntity getByName(java.lang.String name)
Returns the 'Role Class Located Entity' literal with the specified name.


get

public static RoleClassLocatedEntity get(int value)
Returns the 'Role Class Located Entity' literal with the specified integer value.