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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040AssociatedEntity
 POCDMT000040AssociatedEntity CDAR2Factory.createPOCDMT000040AssociatedEntity()
          Returns a new object of class 'POCDMT000040 Associated Entity'.
 POCDMT000040AssociatedEntity POCDMT000040Participant1.getAssociatedEntity()
          Returns the value of the 'Associated Entity' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040AssociatedEntity
 void POCDMT000040Participant1.setAssociatedEntity(POCDMT000040AssociatedEntity value)
          Sets the value of the 'Associated Entity' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040AssociatedEntity
 class POCDMT000040AssociatedEntityImpl
          An implementation of the model object 'POCDMT000040 Associated Entity'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040AssociatedEntity
 POCDMT000040AssociatedEntity CDAR2FactoryImpl.createPOCDMT000040AssociatedEntity()
           
 POCDMT000040AssociatedEntity POCDMT000040Participant1Impl.getAssociatedEntity()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040AssociatedEntity
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Participant1Impl.basicSetAssociatedEntity(POCDMT000040AssociatedEntity newAssociatedEntity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040Participant1Impl.setAssociatedEntity(POCDMT000040AssociatedEntity newAssociatedEntity)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040AssociatedEntity
 java.lang.Object CDAR2Switch.casePOCDMT000040AssociatedEntity(POCDMT000040AssociatedEntity object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Associated Entity'.
 boolean CDAR2Validator.validatePOCDMT000040AssociatedEntity(POCDMT000040AssociatedEntity pocdmt000040AssociatedEntity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)