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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Component1
 POCDMT000040Component1 CDAR2Factory.createPOCDMT000040Component1()
          Returns a new object of class 'POCDMT000040 Component1'.
 POCDMT000040Component1 POCDMT000040ClinicalDocument.getComponentOf()
          Returns the value of the 'Component Of' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Component1
 void POCDMT000040ClinicalDocument.setComponentOf(POCDMT000040Component1 value)
          Sets the value of the 'Component Of' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Component1
 class POCDMT000040Component1Impl
          An implementation of the model object 'POCDMT000040 Component1'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Component1
 POCDMT000040Component1 CDAR2FactoryImpl.createPOCDMT000040Component1()
           
 POCDMT000040Component1 POCDMT000040ClinicalDocumentImpl.getComponentOf()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Component1
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ClinicalDocumentImpl.basicSetComponentOf(POCDMT000040Component1 newComponentOf, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ClinicalDocumentImpl.setComponentOf(POCDMT000040Component1 newComponentOf)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Component1
 java.lang.Object CDAR2Switch.casePOCDMT000040Component1(POCDMT000040Component1 object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Component1'.
 boolean CDAR2Validator.validatePOCDMT000040Component1(POCDMT000040Component1 pocdmt000040Component1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)