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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpStreetNameType
 AdxpStreetNameType CDAR2Factory.createAdxpStreetNameType()
          Returns a new object of class 'Adxp Street Name Type'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpStreetNameType
 class AdxpStreetNameTypeImpl
          An implementation of the model object 'Adxp Street Name Type'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpStreetNameType
 AdxpStreetNameType CDAR2FactoryImpl.createAdxpStreetNameType()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpStreetNameType
 java.lang.Object CDAR2Switch.caseAdxpStreetNameType(AdxpStreetNameType object)
          Returns the result of interpretting the object as an instance of 'Adxp Street Name Type'.
 boolean CDAR2Validator.validateAdxpStreetNameType(AdxpStreetNameType adxpStreetNameType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)