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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpHouseNumberNumeric
 AdxpHouseNumberNumeric CDAR2Factory.createAdxpHouseNumberNumeric()
          Returns a new object of class 'Adxp House Number Numeric'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpHouseNumberNumeric
 class AdxpHouseNumberNumericImpl
          An implementation of the model object 'Adxp House Number Numeric'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpHouseNumberNumeric
 AdxpHouseNumberNumeric CDAR2FactoryImpl.createAdxpHouseNumberNumeric()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpHouseNumberNumeric
 java.lang.Object CDAR2Switch.caseAdxpHouseNumberNumeric(AdxpHouseNumberNumeric object)
          Returns the result of interpretting the object as an instance of 'Adxp House Number Numeric'.
 boolean CDAR2Validator.validateAdxpHouseNumberNumeric(AdxpHouseNumberNumeric adxpHouseNumberNumeric, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)