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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpDeliveryAddressLine
 AdxpDeliveryAddressLine CDAR2Factory.createAdxpDeliveryAddressLine()
          Returns a new object of class 'Adxp Delivery Address Line'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpDeliveryAddressLine
 class AdxpDeliveryAddressLineImpl
          An implementation of the model object 'Adxp Delivery Address Line'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpDeliveryAddressLine
 AdxpDeliveryAddressLine CDAR2FactoryImpl.createAdxpDeliveryAddressLine()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpDeliveryAddressLine
 java.lang.Object CDAR2Switch.caseAdxpDeliveryAddressLine(AdxpDeliveryAddressLine object)
          Returns the result of interpretting the object as an instance of 'Adxp Delivery Address Line'.
 boolean CDAR2Validator.validateAdxpDeliveryAddressLine(AdxpDeliveryAddressLine adxpDeliveryAddressLine, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)