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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PIVLPPDTS
 PIVLPPDTS CDAR2FactoryImpl.createPIVLPPDTS()
           
 

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

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