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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpDeliveryInstallationType
 AdxpDeliveryInstallationType CDAR2Factory.createAdxpDeliveryInstallationType()
          Returns a new object of class 'Adxp Delivery Installation Type'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpDeliveryInstallationType
 class AdxpDeliveryInstallationTypeImpl
          An implementation of the model object 'Adxp Delivery Installation Type'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpDeliveryInstallationType
 AdxpDeliveryInstallationType CDAR2FactoryImpl.createAdxpDeliveryInstallationType()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpDeliveryInstallationType
 java.lang.Object CDAR2Switch.caseAdxpDeliveryInstallationType(AdxpDeliveryInstallationType object)
          Returns the result of interpretting the object as an instance of 'Adxp Delivery Installation Type'.
 boolean CDAR2Validator.validateAdxpDeliveryInstallationType(AdxpDeliveryInstallationType adxpDeliveryInstallationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)