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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as VideoMediaType
static VideoMediaType VideoMediaType.VIDEO_MPEG_LITERAL
          The 'Video Mpeg' literal object.
static VideoMediaType VideoMediaType.VIDEO_XAVI_LITERAL
          The 'Video XAvi' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type VideoMediaType
 boolean CDAR2Validator.validateVideoMediaType(VideoMediaType videoMediaType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateVideoMediaTypeObject(VideoMediaType videoMediaTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)