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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Act
 POCDMT000040Act CDAR2Factory.createPOCDMT000040Act()
          Returns a new object of class 'POCDMT000040 Act'.
 POCDMT000040Act POCDMT000040Component4.getAct()
          Returns the value of the 'Act' containment reference.
 POCDMT000040Act POCDMT000040Entry.getAct()
          Returns the value of the 'Act' containment reference.
 POCDMT000040Act POCDMT000040EntryRelationship.getAct()
          Returns the value of the 'Act' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Act
 void POCDMT000040Component4.setAct(POCDMT000040Act value)
          Sets the value of the 'Act' containment reference.
 void POCDMT000040Entry.setAct(POCDMT000040Act value)
          Sets the value of the 'Act' containment reference.
 void POCDMT000040EntryRelationship.setAct(POCDMT000040Act value)
          Sets the value of the 'Act' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Act
 POCDMT000040Act CDAR2FactoryImpl.createPOCDMT000040Act()
           
 POCDMT000040Act POCDMT000040EntryRelationshipImpl.getAct()
           
 POCDMT000040Act POCDMT000040EntryImpl.getAct()
           
 POCDMT000040Act POCDMT000040Component4Impl.getAct()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Act
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetAct(POCDMT000040Act newAct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryImpl.basicSetAct(POCDMT000040Act newAct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetAct(POCDMT000040Act newAct, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EntryRelationshipImpl.setAct(POCDMT000040Act newAct)
           
 void POCDMT000040EntryImpl.setAct(POCDMT000040Act newAct)
           
 void POCDMT000040Component4Impl.setAct(POCDMT000040Act newAct)
           
 

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

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