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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpStreetName
 AdxpStreetName CDAR2Factory.createAdxpStreetName()
          Returns a new object of class 'Adxp Street Name'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpStreetName
 class AdxpStreetNameImpl
          An implementation of the model object 'Adxp Street Name'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpStreetName
 AdxpStreetName CDAR2FactoryImpl.createAdxpStreetName()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpStreetName
 java.lang.Object CDAR2Switch.caseAdxpStreetName(AdxpStreetName object)
          Returns the result of interpretting the object as an instance of 'Adxp Street Name'.
 boolean CDAR2Validator.validateAdxpStreetName(AdxpStreetName adxpStreetName, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)