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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ExternalAct
 POCDMT000040ExternalAct CDAR2Factory.createPOCDMT000040ExternalAct()
          Returns a new object of class 'POCDMT000040 External Act'.
 POCDMT000040ExternalAct POCDMT000040Reference.getExternalAct()
          Returns the value of the 'External Act' containment reference.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040ExternalAct
 class POCDMT000040ExternalActImpl
          An implementation of the model object 'POCDMT000040 External Act'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ExternalAct
 POCDMT000040ExternalAct CDAR2FactoryImpl.createPOCDMT000040ExternalAct()
           
 POCDMT000040ExternalAct POCDMT000040ReferenceImpl.getExternalAct()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ExternalAct
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ReferenceImpl.basicSetExternalAct(POCDMT000040ExternalAct newExternalAct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ReferenceImpl.setExternalAct(POCDMT000040ExternalAct newExternalAct)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040ExternalAct
 java.lang.Object CDAR2Switch.casePOCDMT000040ExternalAct(POCDMT000040ExternalAct object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 External Act'.
 boolean CDAR2Validator.validatePOCDMT000040ExternalAct(POCDMT000040ExternalAct pocdmt000040ExternalAct, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)