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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Organizer
 POCDMT000040Organizer CDAR2Factory.createPOCDMT000040Organizer()
          Returns a new object of class 'POCDMT000040 Organizer'.
 POCDMT000040Organizer POCDMT000040Component4.getOrganizer()
          Returns the value of the 'Organizer' containment reference.
 POCDMT000040Organizer POCDMT000040Entry.getOrganizer()
          Returns the value of the 'Organizer' containment reference.
 POCDMT000040Organizer POCDMT000040EntryRelationship.getOrganizer()
          Returns the value of the 'Organizer' containment reference.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Organizer
 class POCDMT000040OrganizerImpl
          An implementation of the model object 'POCDMT000040 Organizer'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Organizer
 POCDMT000040Organizer CDAR2FactoryImpl.createPOCDMT000040Organizer()
           
 POCDMT000040Organizer POCDMT000040EntryRelationshipImpl.getOrganizer()
           
 POCDMT000040Organizer POCDMT000040EntryImpl.getOrganizer()
           
 POCDMT000040Organizer POCDMT000040Component4Impl.getOrganizer()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Organizer
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetOrganizer(POCDMT000040Organizer newOrganizer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryImpl.basicSetOrganizer(POCDMT000040Organizer newOrganizer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetOrganizer(POCDMT000040Organizer newOrganizer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EntryRelationshipImpl.setOrganizer(POCDMT000040Organizer newOrganizer)
           
 void POCDMT000040EntryImpl.setOrganizer(POCDMT000040Organizer newOrganizer)
           
 void POCDMT000040Component4Impl.setOrganizer(POCDMT000040Organizer newOrganizer)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Organizer
 java.lang.Object CDAR2Switch.casePOCDMT000040Organizer(POCDMT000040Organizer object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Organizer'.
 boolean CDAR2Validator.validatePOCDMT000040Organizer(POCDMT000040Organizer pocdmt000040Organizer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)