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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBPPDPQ
 IVXBPPDPQ CDAR2FactoryImpl.createIVXBPPDPQ()
           
 IVXBPPDPQ IVLPPDPQImpl.getHigh()
           
 IVXBPPDPQ IVLPPDPQImpl.getHigh1()
           
 IVXBPPDPQ IVLPPDPQImpl.getHigh2()
           
 IVXBPPDPQ IVLPPDPQImpl.getLow()
           
 

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

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

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