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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as AudioMediaType
static AudioMediaType AudioMediaType.AUDIO_BASIC_LITERAL
          The 'Audio Basic' literal object.
static AudioMediaType AudioMediaType.AUDIO_K3_2ADPCM_LITERAL
          The 'Audio K3 2adpcm' literal object.
static AudioMediaType AudioMediaType.AUDIO_MPEG_LITERAL
          The 'Audio Mpeg' literal object.
 

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AudioMediaType
 boolean CDAR2Validator.validateAudioMediaType(AudioMediaType audioMediaType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateAudioMediaTypeObject(AudioMediaType audioMediaTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)