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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return GLISTPQ
 GLISTPQ CDAR2FactoryImpl.createGLISTPQ()
           
 

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

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