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

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

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

Subinterfaces of RTOQTYQTY in org.eclipse.ohf.ihe.common.cdar2
 interface RTO
          A representation of the model object 'RTO'.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement RTOQTYQTY
 class RTOImpl
          An implementation of the model object 'RTO'.
 class RTOQTYQTYImpl
          An implementation of the model object 'RTOQTYQTY'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RTOQTYQTY
 RTOQTYQTY CDAR2FactoryImpl.createRTOQTYQTY()
           
 

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

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