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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ParentDocument
 POCDMT000040ParentDocument CDAR2Factory.createPOCDMT000040ParentDocument()
          Returns a new object of class 'POCDMT000040 Parent Document'.
 POCDMT000040ParentDocument POCDMT000040RelatedDocument.getParentDocument()
          Returns the value of the 'Parent Document' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040ParentDocument
 void POCDMT000040RelatedDocument.setParentDocument(POCDMT000040ParentDocument value)
          Sets the value of the 'Parent Document' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040ParentDocument
 class POCDMT000040ParentDocumentImpl
          An implementation of the model object 'POCDMT000040 Parent Document'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ParentDocument
 POCDMT000040ParentDocument CDAR2FactoryImpl.createPOCDMT000040ParentDocument()
           
 POCDMT000040ParentDocument POCDMT000040RelatedDocumentImpl.getParentDocument()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ParentDocument
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040RelatedDocumentImpl.basicSetParentDocument(POCDMT000040ParentDocument newParentDocument, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040RelatedDocumentImpl.setParentDocument(POCDMT000040ParentDocument newParentDocument)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040ParentDocument
 java.lang.Object CDAR2Switch.casePOCDMT000040ParentDocument(POCDMT000040ParentDocument object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Parent Document'.
 boolean CDAR2Validator.validatePOCDMT000040ParentDocument(POCDMT000040ParentDocument pocdmt000040ParentDocument, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)