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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpCountry
 AdxpCountry CDAR2Factory.createAdxpCountry()
          Returns a new object of class 'Adxp Country'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpCountry
 class AdxpCountryImpl
          An implementation of the model object 'Adxp Country'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpCountry
 AdxpCountry CDAR2FactoryImpl.createAdxpCountry()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpCountry
 java.lang.Object CDAR2Switch.caseAdxpCountry(AdxpCountry object)
          Returns the result of interpretting the object as an instance of 'Adxp Country'.
 boolean CDAR2Validator.validateAdxpCountry(AdxpCountry adxpCountry, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)