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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ExternalDocument
 POCDMT000040ExternalDocument CDAR2Factory.createPOCDMT000040ExternalDocument()
          Returns a new object of class 'POCDMT000040 External Document'.
 POCDMT000040ExternalDocument POCDMT000040Reference.getExternalDocument()
          Returns the value of the 'External Document' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040ExternalDocument
 void POCDMT000040Reference.setExternalDocument(POCDMT000040ExternalDocument value)
          Sets the value of the 'External Document' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040ExternalDocument
 class POCDMT000040ExternalDocumentImpl
          An implementation of the model object 'POCDMT000040 External Document'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ExternalDocument
 POCDMT000040ExternalDocument CDAR2FactoryImpl.createPOCDMT000040ExternalDocument()
           
 POCDMT000040ExternalDocument POCDMT000040ReferenceImpl.getExternalDocument()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ExternalDocument
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ReferenceImpl.basicSetExternalDocument(POCDMT000040ExternalDocument newExternalDocument, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ReferenceImpl.setExternalDocument(POCDMT000040ExternalDocument newExternalDocument)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040ExternalDocument
 java.lang.Object CDAR2Switch.casePOCDMT000040ExternalDocument(POCDMT000040ExternalDocument object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 External Document'.
 boolean CDAR2Validator.validatePOCDMT000040ExternalDocument(POCDMT000040ExternalDocument pocdmt000040ExternalDocument, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)