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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpUnitType
 AdxpUnitType CDAR2Factory.createAdxpUnitType()
          Returns a new object of class 'Adxp Unit Type'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpUnitType
 class AdxpUnitTypeImpl
          An implementation of the model object 'Adxp Unit Type'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpUnitType
 AdxpUnitType CDAR2FactoryImpl.createAdxpUnitType()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpUnitType
 java.lang.Object CDAR2Switch.caseAdxpUnitType(AdxpUnitType object)
          Returns the result of interpretting the object as an instance of 'Adxp Unit Type'.
 boolean CDAR2Validator.validateAdxpUnitType(AdxpUnitType adxpUnitType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)