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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBPQ
 IVXBPQ CDAR2FactoryImpl.createIVXBPQ()
           
 IVXBPQ IVLPQImpl.getHigh()
           
 IVXBPQ IVLPQImpl.getHigh1()
           
 IVXBPQ IVLPQImpl.getHigh2()
           
 IVXBPQ IVLPQImpl.getLow()
           
 

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

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

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