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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpCounty
 AdxpCounty CDAR2Factory.createAdxpCounty()
          Returns a new object of class 'Adxp County'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpCounty
 class AdxpCountyImpl
          An implementation of the model object 'Adxp County'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpCounty
 AdxpCounty CDAR2FactoryImpl.createAdxpCounty()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpCounty
 java.lang.Object CDAR2Switch.caseAdxpCounty(AdxpCounty object)
          Returns the result of interpretting the object as an instance of 'Adxp County'.
 boolean CDAR2Validator.validateAdxpCounty(AdxpCounty adxpCounty, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)