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

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

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

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpDeliveryInstallationArea
 class AdxpDeliveryInstallationAreaImpl
          An implementation of the model object 'Adxp Delivery Installation Area'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpDeliveryInstallationArea
 AdxpDeliveryInstallationArea CDAR2FactoryImpl.createAdxpDeliveryInstallationArea()
           
 

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

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