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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PIVLTS
 PIVLTS CDAR2FactoryImpl.createPIVLTS()
           
 

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

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