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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpCareOf
 AdxpCareOf CDAR2Factory.createAdxpCareOf()
          Returns a new object of class 'Adxp Care Of'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpCareOf
 class AdxpCareOfImpl
          An implementation of the model object 'Adxp Care Of'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpCareOf
 AdxpCareOf CDAR2FactoryImpl.createAdxpCareOf()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpCareOf
 java.lang.Object CDAR2Switch.caseAdxpCareOf(AdxpCareOf object)
          Returns the result of interpretting the object as an instance of 'Adxp Care Of'.
 boolean CDAR2Validator.validateAdxpCareOf(AdxpCareOf adxpCareOf, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)