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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return RTOMOPQ
 RTOMOPQ CDAR2Factory.createRTOMOPQ()
          Returns a new object of class 'RTOMOPQ'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement RTOMOPQ
 class RTOMOPQImpl
          An implementation of the model object 'RTOMOPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RTOMOPQ
 RTOMOPQ CDAR2FactoryImpl.createRTOMOPQ()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RTOMOPQ
 java.lang.Object CDAR2Switch.caseRTOMOPQ(RTOMOPQ object)
          Returns the result of interpretting the object as an instance of 'RTOMOPQ'.
 boolean CDAR2Validator.validateRTOMOPQ(RTOMOPQ rtomopq, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)