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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpStreetNameBase
 AdxpStreetNameBase CDAR2FactoryImpl.createAdxpStreetNameBase()
           
 

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

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