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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBREAL
 IVXBREAL CDAR2FactoryImpl.createIVXBREAL()
           
 IVXBREAL IVLREALImpl.getHigh()
           
 IVXBREAL IVLREALImpl.getHigh1()
           
 IVXBREAL IVLREALImpl.getHigh2()
           
 IVXBREAL IVLREALImpl.getLow()
           
 

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

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

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