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

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

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

A representation of the literals of the enumeration 'Role Class Distributed Material', and utility methods for working with them. specDomain: V10418 (C-0-D11555-V13940-V19313-V19105-V10418-cpt)

See Also:
CDAR2Package.getRoleClassDistributedMaterial()

Field Summary
static int DST
          The 'DST' literal value.
static RoleClassDistributedMaterial DST_LITERAL
          The 'DST' literal object.
static int RET
          The 'RET' literal value.
static RoleClassDistributedMaterial RET_LITERAL
          The 'RET' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Role Class Distributed Material' enumerators.
 
Method Summary
static RoleClassDistributedMaterial get(int value)
          Returns the 'Role Class Distributed Material' literal with the specified integer value.
static RoleClassDistributedMaterial get(java.lang.String literal)
          Returns the 'Role Class Distributed Material' literal with the specified literal value.
static RoleClassDistributedMaterial getByName(java.lang.String name)
          Returns the 'Role Class Distributed Material' 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

DST

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

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

See Also:
DST_LITERAL, Constant Field Values

RET

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

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

See Also:
RET_LITERAL, Constant Field Values

DST_LITERAL

public static final RoleClassDistributedMaterial DST_LITERAL
The 'DST' literal object.

See Also:
DST

RET_LITERAL

public static final RoleClassDistributedMaterial RET_LITERAL
The 'RET' literal object.

See Also:
RET

VALUES

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

Method Detail

get

public static RoleClassDistributedMaterial get(java.lang.String literal)
Returns the 'Role Class Distributed Material' literal with the specified literal value.


getByName

public static RoleClassDistributedMaterial getByName(java.lang.String name)
Returns the 'Role Class Distributed Material' literal with the specified name.


get

public static RoleClassDistributedMaterial get(int value)
Returns the 'Role Class Distributed Material' literal with the specified integer value.