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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return IVLPPDTS
 IVLPPDTS CDAR2Factory.createIVLPPDTS()
          Returns a new object of class 'IVLPPDTS'.
 IVLPPDTS PIVLPPDTS.getPhase()
          Returns the value of the 'Phase' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type IVLPPDTS
 void PIVLPPDTS.setPhase(IVLPPDTS value)
          Sets the value of the 'Phase' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVLPPDTS
 IVLPPDTS CDAR2FactoryImpl.createIVLPPDTS()
           
 IVLPPDTS PIVLPPDTSImpl.getPhase()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type IVLPPDTS
 org.eclipse.emf.common.notify.NotificationChain PIVLPPDTSImpl.basicSetPhase(IVLPPDTS newPhase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PIVLPPDTSImpl.setPhase(IVLPPDTS newPhase)
           
 

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

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