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

Packages that use ModelMediaType
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of ModelMediaType in org.eclipse.ohf.ihe.common.cdar2
 

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ModelMediaType
static ModelMediaType ModelMediaType.MODEL_VRML_LITERAL
          The 'Model Vrml' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ModelMediaType
static ModelMediaType ModelMediaType.get(int value)
          Returns the 'Model Media Type' literal with the specified integer value.
static ModelMediaType ModelMediaType.get(java.lang.String literal)
          Returns the 'Model Media Type' literal with the specified literal value.
static ModelMediaType ModelMediaType.getByName(java.lang.String name)
          Returns the 'Model Media Type' literal with the specified name.
 

Uses of ModelMediaType in org.eclipse.ohf.ihe.common.cdar2.impl
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ModelMediaType
 ModelMediaType CDAR2FactoryImpl.createModelMediaTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ModelMediaType CDAR2FactoryImpl.createModelMediaTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of ModelMediaType in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ModelMediaType
 boolean CDAR2Validator.validateModelMediaType(ModelMediaType modelMediaType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateModelMediaTypeObject(ModelMediaType modelMediaTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)