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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return HXITPQ
 HXITPQ CDAR2FactoryImpl.createHXITPQ()
           
 

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

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