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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ImageMediaType
static ImageMediaType ImageMediaType.IMAGE_G3FAX_LITERAL
          The 'Image G3fax' literal object.
static ImageMediaType ImageMediaType.IMAGE_GIF_LITERAL
          The 'Image Gif' literal object.
static ImageMediaType ImageMediaType.IMAGE_JPEG_LITERAL
          The 'Image Jpeg' literal object.
static ImageMediaType ImageMediaType.IMAGE_PNG_LITERAL
          The 'Image Png' literal object.
static ImageMediaType ImageMediaType.IMAGE_TIFF_LITERAL
          The 'Image Tiff' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ImageMediaType
 boolean CDAR2Validator.validateImageMediaType(ImageMediaType imageMediaType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateImageMediaTypeObject(ImageMediaType imageMediaTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)