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

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

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

A representation of the literals of the enumeration 'Entity Class Manufactured Material Member2', and utility methods for working with them.

See Also:
CDAR2Package.getEntityClassManufacturedMaterialMember2()

Field Summary
static int MMAT
          The 'MMAT' literal value.
static EntityClassManufacturedMaterialMember2 MMAT_LITERAL
          The 'MMAT' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Entity Class Manufactured Material Member2' enumerators.
 
Method Summary
static EntityClassManufacturedMaterialMember2 get(int value)
          Returns the 'Entity Class Manufactured Material Member2' literal with the specified integer value.
static EntityClassManufacturedMaterialMember2 get(java.lang.String literal)
          Returns the 'Entity Class Manufactured Material Member2' literal with the specified literal value.
static EntityClassManufacturedMaterialMember2 getByName(java.lang.String name)
          Returns the 'Entity Class Manufactured Material Member2' 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

MMAT

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

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

See Also:
MMAT_LITERAL, Constant Field Values

MMAT_LITERAL

public static final EntityClassManufacturedMaterialMember2 MMAT_LITERAL
The 'MMAT' literal object.

See Also:
MMAT

VALUES

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

Method Detail

get

public static EntityClassManufacturedMaterialMember2 get(java.lang.String literal)
Returns the 'Entity Class Manufactured Material Member2' literal with the specified literal value.


getByName

public static EntityClassManufacturedMaterialMember2 getByName(java.lang.String name)
Returns the 'Entity Class Manufactured Material Member2' literal with the specified name.


get

public static EntityClassManufacturedMaterialMember2 get(int value)
Returns the 'Entity Class Manufactured Material Member2' literal with the specified integer value.