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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as TextMediaType
static TextMediaType TextMediaType.TEXT_HTML_LITERAL
          The 'Text Html' literal object.
static TextMediaType TextMediaType.TEXT_PLAIN_LITERAL
          The 'Text Plain' literal object.
static TextMediaType TextMediaType.TEXT_RTF_LITERAL
          The 'Text Rtf' literal object.
static TextMediaType TextMediaType.TEXT_SGML_LITERAL
          The 'Text Sgml' literal object.
static TextMediaType TextMediaType.TEXT_XHL7_FT_LITERAL
          The 'Text XHl7 Ft' literal object.
static TextMediaType TextMediaType.TEXT_XML_LITERAL
          The 'Text Xml' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type TextMediaType
 boolean CDAR2Validator.validateTextMediaType(TextMediaType textMediaType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateTextMediaTypeObject(TextMediaType textMediaTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)