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

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

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

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

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SXCMPPDPQ
 class IVLPPDPQImpl
          An implementation of the model object 'IVLPPDPQ'.
 class SXCMPPDPQImpl
          An implementation of the model object 'SXCMPPDPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMPPDPQ
 SXCMPPDPQ CDAR2FactoryImpl.createSXCMPPDPQ()
           
 

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

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