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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Section
 POCDMT000040Section CDAR2Factory.createPOCDMT000040Section()
          Returns a new object of class 'POCDMT000040 Section'.
 POCDMT000040Section POCDMT000040Component3.getSection()
          Returns the value of the 'Section' containment reference.
 POCDMT000040Section POCDMT000040Component5.getSection()
          Returns the value of the 'Section' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Section
 void POCDMT000040Component3.setSection(POCDMT000040Section value)
          Sets the value of the 'Section' containment reference.
 void POCDMT000040Component5.setSection(POCDMT000040Section value)
          Sets the value of the 'Section' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Section
 class POCDMT000040SectionImpl
          An implementation of the model object 'POCDMT000040 Section'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Section
 POCDMT000040Section CDAR2FactoryImpl.createPOCDMT000040Section()
           
 POCDMT000040Section POCDMT000040Component5Impl.getSection()
           
 POCDMT000040Section POCDMT000040Component3Impl.getSection()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Section
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component5Impl.basicSetSection(POCDMT000040Section newSection, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component3Impl.basicSetSection(POCDMT000040Section newSection, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040Component5Impl.setSection(POCDMT000040Section newSection)
           
 void POCDMT000040Component3Impl.setSection(POCDMT000040Section newSection)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Section
 java.lang.Object CDAR2Switch.casePOCDMT000040Section(POCDMT000040Section object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Section'.
 boolean CDAR2Validator.validatePOCDMT000040Section(POCDMT000040Section pocdmt000040Section, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)