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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PQR
 PQR CDAR2FactoryImpl.createPQR()
           
 

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

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