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

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

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

Subinterfaces of SXCMPQ in org.eclipse.ohf.ihe.common.cdar2
 interface BXITIVLPQ
          A representation of the model object 'BXITIVLPQ'.
 interface IVLPQ
          A representation of the model object 'IVLPQ'.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SXCMPQ
 class BXITIVLPQImpl
          An implementation of the model object 'BXITIVLPQ'.
 class IVLPQImpl
          An implementation of the model object 'IVLPQ'.
 class SXCMPQImpl
          An implementation of the model object 'SXCMPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMPQ
 SXCMPQ CDAR2FactoryImpl.createSXCMPQ()
           
 

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

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