Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.StrucDocRenderMultiMedia

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocRenderMultiMedia
 StrucDocRenderMultiMedia CDAR2Factory.createStrucDocRenderMultiMedia()
          Returns a new object of class 'Struc Doc Render Multi Media'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocRenderMultiMedia
 class StrucDocRenderMultiMediaImpl
          An implementation of the model object 'Struc Doc Render Multi Media'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocRenderMultiMedia
 StrucDocRenderMultiMedia CDAR2FactoryImpl.createStrucDocRenderMultiMedia()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocRenderMultiMedia
 java.lang.Object CDAR2Switch.caseStrucDocRenderMultiMedia(StrucDocRenderMultiMedia object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Render Multi Media'.
 boolean CDAR2Validator.validateStrucDocRenderMultiMedia(StrucDocRenderMultiMedia strucDocRenderMultiMedia, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)