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

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

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

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpStreetAddressLine
 class AdxpStreetAddressLineImpl
          An implementation of the model object 'Adxp Street Address Line'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpStreetAddressLine
 AdxpStreetAddressLine CDAR2FactoryImpl.createAdxpStreetAddressLine()
           
 

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

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