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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpCity
 AdxpCity CDAR2Factory.createAdxpCity()
          Returns a new object of class 'Adxp City'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpCity
 class AdxpCityImpl
          An implementation of the model object 'Adxp City'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpCity
 AdxpCity CDAR2FactoryImpl.createAdxpCity()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpCity
 java.lang.Object CDAR2Switch.caseAdxpCity(AdxpCity object)
          Returns the result of interpretting the object as an instance of 'Adxp City'.
 boolean CDAR2Validator.validateAdxpCity(AdxpCity adxpCity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)