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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpPostBox
 AdxpPostBox CDAR2Factory.createAdxpPostBox()
          Returns a new object of class 'Adxp Post Box'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpPostBox
 class AdxpPostBoxImpl
          An implementation of the model object 'Adxp Post Box'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpPostBox
 AdxpPostBox CDAR2FactoryImpl.createAdxpPostBox()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpPostBox
 java.lang.Object CDAR2Switch.caseAdxpPostBox(AdxpPostBox object)
          Returns the result of interpretting the object as an instance of 'Adxp Post Box'.
 boolean CDAR2Validator.validateAdxpPostBox(AdxpPostBox adxpPostBox, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)