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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AD
 AD CDAR2Factory.createAD()
          Returns a new object of class 'AD'.
 AD POCDMT000040CustodianOrganization.getAddr()
          Returns the value of the 'Addr' containment reference.
 AD POCDMT000040Place.getAddr()
          Returns the value of the 'Addr' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type AD
 void POCDMT000040CustodianOrganization.setAddr(AD value)
          Sets the value of the 'Addr' containment reference.
 void POCDMT000040Place.setAddr(AD value)
          Sets the value of the 'Addr' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AD
 class ADImpl
          An implementation of the model object 'AD'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AD
 AD CDAR2FactoryImpl.createAD()
           
 AD POCDMT000040PlaceImpl.getAddr()
           
 AD POCDMT000040CustodianOrganizationImpl.getAddr()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type AD
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040PlaceImpl.basicSetAddr(AD newAddr, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040CustodianOrganizationImpl.basicSetAddr(AD newAddr, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040PlaceImpl.setAddr(AD newAddr)
           
 void POCDMT000040CustodianOrganizationImpl.setAddr(AD newAddr)
           
 

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

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