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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpPrecinct
 AdxpPrecinct CDAR2Factory.createAdxpPrecinct()
          Returns a new object of class 'Adxp Precinct'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpPrecinct
 class AdxpPrecinctImpl
          An implementation of the model object 'Adxp Precinct'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpPrecinct
 AdxpPrecinct CDAR2FactoryImpl.createAdxpPrecinct()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpPrecinct
 java.lang.Object CDAR2Switch.caseAdxpPrecinct(AdxpPrecinct object)
          Returns the result of interpretting the object as an instance of 'Adxp Precinct'.
 boolean CDAR2Validator.validateAdxpPrecinct(AdxpPrecinct adxpPrecinct, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)