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

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

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

Subinterfaces of ADXP in org.eclipse.ohf.ihe.common.cdar2
 interface AdxpAdditionalLocator
          A representation of the model object 'Adxp Additional Locator'.
 interface AdxpBuildingNumberSuffix
          A representation of the model object 'Adxp Building Number Suffix'.
 interface AdxpCareOf
          A representation of the model object 'Adxp Care Of'.
 interface AdxpCensusTract
          A representation of the model object 'Adxp Census Tract'.
 interface AdxpCity
          A representation of the model object 'Adxp City'.
 interface AdxpCountry
          A representation of the model object 'Adxp Country'.
 interface AdxpCounty
          A representation of the model object 'Adxp County'.
 interface AdxpDelimiter
          A representation of the model object 'Adxp Delimiter'.
 interface AdxpDeliveryAddressLine
          A representation of the model object 'Adxp Delivery Address Line'.
 interface AdxpDeliveryInstallationArea
          A representation of the model object 'Adxp Delivery Installation Area'.
 interface AdxpDeliveryInstallationQualifier
          A representation of the model object 'Adxp Delivery Installation Qualifier'.
 interface AdxpDeliveryInstallationType
          A representation of the model object 'Adxp Delivery Installation Type'.
 interface AdxpDeliveryMode
          A representation of the model object 'Adxp Delivery Mode'.
 interface AdxpDeliveryModeIdentifier
          A representation of the model object 'Adxp Delivery Mode Identifier'.
 interface AdxpDirection
          A representation of the model object 'Adxp Direction'.
 interface AdxpHouseNumber
          A representation of the model object 'Adxp House Number'.
 interface AdxpHouseNumberNumeric
          A representation of the model object 'Adxp House Number Numeric'.
 interface AdxpPostalCode
          A representation of the model object 'Adxp Postal Code'.
 interface AdxpPostBox
          A representation of the model object 'Adxp Post Box'.
 interface AdxpPrecinct
          A representation of the model object 'Adxp Precinct'.
 interface AdxpState
          A representation of the model object 'Adxp State'.
 interface AdxpStreetAddressLine
          A representation of the model object 'Adxp Street Address Line'.
 interface AdxpStreetName
          A representation of the model object 'Adxp Street Name'.
 interface AdxpStreetNameBase
          A representation of the model object 'Adxp Street Name Base'.
 interface AdxpStreetNameType
          A representation of the model object 'Adxp Street Name Type'.
 interface AdxpUnitID
          A representation of the model object 'Adxp Unit ID'.
 interface AdxpUnitType
          A representation of the model object 'Adxp Unit Type'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ADXP
 ADXP CDAR2Factory.createADXP()
          Returns a new object of class 'ADXP'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement ADXP
 class AdxpAdditionalLocatorImpl
          An implementation of the model object 'Adxp Additional Locator'.
 class AdxpBuildingNumberSuffixImpl
          An implementation of the model object 'Adxp Building Number Suffix'.
 class AdxpCareOfImpl
          An implementation of the model object 'Adxp Care Of'.
 class AdxpCensusTractImpl
          An implementation of the model object 'Adxp Census Tract'.
 class AdxpCityImpl
          An implementation of the model object 'Adxp City'.
 class AdxpCountryImpl
          An implementation of the model object 'Adxp Country'.
 class AdxpCountyImpl
          An implementation of the model object 'Adxp County'.
 class AdxpDelimiterImpl
          An implementation of the model object 'Adxp Delimiter'.
 class AdxpDeliveryAddressLineImpl
          An implementation of the model object 'Adxp Delivery Address Line'.
 class AdxpDeliveryInstallationAreaImpl
          An implementation of the model object 'Adxp Delivery Installation Area'.
 class AdxpDeliveryInstallationQualifierImpl
          An implementation of the model object 'Adxp Delivery Installation Qualifier'.
 class AdxpDeliveryInstallationTypeImpl
          An implementation of the model object 'Adxp Delivery Installation Type'.
 class AdxpDeliveryModeIdentifierImpl
          An implementation of the model object 'Adxp Delivery Mode Identifier'.
 class AdxpDeliveryModeImpl
          An implementation of the model object 'Adxp Delivery Mode'.
 class AdxpDirectionImpl
          An implementation of the model object 'Adxp Direction'.
 class AdxpHouseNumberImpl
          An implementation of the model object 'Adxp House Number'.
 class AdxpHouseNumberNumericImpl
          An implementation of the model object 'Adxp House Number Numeric'.
 class ADXPImpl
          An implementation of the model object 'ADXP'.
 class AdxpPostalCodeImpl
          An implementation of the model object 'Adxp Postal Code'.
 class AdxpPostBoxImpl
          An implementation of the model object 'Adxp Post Box'.
 class AdxpPrecinctImpl
          An implementation of the model object 'Adxp Precinct'.
 class AdxpStateImpl
          An implementation of the model object 'Adxp State'.
 class AdxpStreetAddressLineImpl
          An implementation of the model object 'Adxp Street Address Line'.
 class AdxpStreetNameBaseImpl
          An implementation of the model object 'Adxp Street Name Base'.
 class AdxpStreetNameImpl
          An implementation of the model object 'Adxp Street Name'.
 class AdxpStreetNameTypeImpl
          An implementation of the model object 'Adxp Street Name Type'.
 class AdxpUnitIDImpl
          An implementation of the model object 'Adxp Unit ID'.
 class AdxpUnitTypeImpl
          An implementation of the model object 'Adxp Unit Type'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ADXP
 ADXP CDAR2FactoryImpl.createADXP()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ADXP
 java.lang.Object CDAR2Switch.caseADXP(ADXP object)
          Returns the result of interpretting the object as an instance of 'ADXP'.
 boolean CDAR2Validator.validateADXP(ADXP adxp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)