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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return IVXBPPDTS
 IVXBPPDTS CDAR2Factory.createIVXBPPDTS()
          Returns a new object of class 'IVXBPPDTS'.
 IVXBPPDTS IVLPPDTS.getHigh()
          Returns the value of the 'High' containment reference.
 IVXBPPDTS IVLPPDTS.getHigh1()
          Returns the value of the 'High1' containment reference.
 IVXBPPDTS IVLPPDTS.getHigh2()
          Returns the value of the 'High2' containment reference.
 IVXBPPDTS IVLPPDTS.getLow()
          Returns the value of the 'Low' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type IVXBPPDTS
 void IVLPPDTS.setHigh(IVXBPPDTS value)
          Sets the value of the 'High' containment reference.
 void IVLPPDTS.setHigh1(IVXBPPDTS value)
          Sets the value of the 'High1' containment reference.
 void IVLPPDTS.setHigh2(IVXBPPDTS value)
          Sets the value of the 'High2' containment reference.
 void IVLPPDTS.setLow(IVXBPPDTS value)
          Sets the value of the 'Low' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBPPDTS
 IVXBPPDTS CDAR2FactoryImpl.createIVXBPPDTS()
           
 IVXBPPDTS IVLPPDTSImpl.getHigh()
           
 IVXBPPDTS IVLPPDTSImpl.getHigh1()
           
 IVXBPPDTS IVLPPDTSImpl.getHigh2()
           
 IVXBPPDTS IVLPPDTSImpl.getLow()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type IVXBPPDTS
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetHigh(IVXBPPDTS newHigh, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetHigh1(IVXBPPDTS newHigh1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetHigh2(IVXBPPDTS newHigh2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPPDTSImpl.basicSetLow(IVXBPPDTS newLow, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IVLPPDTSImpl.setHigh(IVXBPPDTS newHigh)
           
 void IVLPPDTSImpl.setHigh1(IVXBPPDTS newHigh1)
           
 void IVLPPDTSImpl.setHigh2(IVXBPPDTS newHigh2)
           
 void IVLPPDTSImpl.setLow(IVXBPPDTS newLow)
           
 

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

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