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

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

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

Subinterfaces of SXCMPPDTS in org.eclipse.ohf.ihe.common.cdar2
 interface EIVLPPDTS
          A representation of the model object 'EIVLPPDTS'.
 interface IVLPPDTS
          A representation of the model object 'IVLPPDTS'.
 interface PIVLPPDTS
          A representation of the model object 'PIVLPPDTS'.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement SXCMPPDTS
 class EIVLPPDTSImpl
          An implementation of the model object 'EIVLPPDTS'.
 class IVLPPDTSImpl
          An implementation of the model object 'IVLPPDTS'.
 class PIVLPPDTSImpl
          An implementation of the model object 'PIVLPPDTS'.
 class SXCMPPDTSImpl
          An implementation of the model object 'SXCMPPDTS'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return SXCMPPDTS
 SXCMPPDTS CDAR2FactoryImpl.createSXCMPPDTS()
           
 

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

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