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

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

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

A representation of the literals of the enumeration 'Model Media Type', and utility methods for working with them. abstDomain: V14848 (C-0-D14824-V14848-cpt)

See Also:
CDAR2Package.getModelMediaType()

Field Summary
static int MODEL_VRML
          The 'Model Vrml' literal value.
static ModelMediaType MODEL_VRML_LITERAL
          The 'Model Vrml' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Model Media Type' enumerators.
 
Method Summary
static ModelMediaType get(int value)
          Returns the 'Model Media Type' literal with the specified integer value.
static ModelMediaType get(java.lang.String literal)
          Returns the 'Model Media Type' literal with the specified literal value.
static ModelMediaType getByName(java.lang.String name)
          Returns the 'Model Media Type' 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

MODEL_VRML

public static final int MODEL_VRML
The 'Model Vrml' literal value.

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

See Also:
MODEL_VRML_LITERAL, Constant Field Values

MODEL_VRML_LITERAL

public static final ModelMediaType MODEL_VRML_LITERAL
The 'Model Vrml' literal object.

See Also:
MODEL_VRML

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Model Media Type' enumerators.

Method Detail

get

public static ModelMediaType get(java.lang.String literal)
Returns the 'Model Media Type' literal with the specified literal value.


getByName

public static ModelMediaType getByName(java.lang.String name)
Returns the 'Model Media Type' literal with the specified name.


get

public static ModelMediaType get(int value)
Returns the 'Model Media Type' literal with the specified integer value.