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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EIVLPPDTS
 EIVLPPDTS CDAR2FactoryImpl.createEIVLPPDTS()
           
 

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

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