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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040RelatedEntity
 POCDMT000040RelatedEntity CDAR2Factory.createPOCDMT000040RelatedEntity()
          Returns a new object of class 'POCDMT000040 Related Entity'.
 POCDMT000040RelatedEntity POCDMT000040Informant12.getRelatedEntity()
          Returns the value of the 'Related Entity' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040RelatedEntity
 void POCDMT000040Informant12.setRelatedEntity(POCDMT000040RelatedEntity value)
          Sets the value of the 'Related Entity' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040RelatedEntity
 class POCDMT000040RelatedEntityImpl
          An implementation of the model object 'POCDMT000040 Related Entity'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040RelatedEntity
 POCDMT000040RelatedEntity CDAR2FactoryImpl.createPOCDMT000040RelatedEntity()
           
 POCDMT000040RelatedEntity POCDMT000040Informant12Impl.getRelatedEntity()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040RelatedEntity
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Informant12Impl.basicSetRelatedEntity(POCDMT000040RelatedEntity newRelatedEntity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040Informant12Impl.setRelatedEntity(POCDMT000040RelatedEntity newRelatedEntity)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040RelatedEntity
 java.lang.Object CDAR2Switch.casePOCDMT000040RelatedEntity(POCDMT000040RelatedEntity object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Related Entity'.
 boolean CDAR2Validator.validatePOCDMT000040RelatedEntity(POCDMT000040RelatedEntity pocdmt000040RelatedEntity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)