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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBMO
 IVXBMO CDAR2FactoryImpl.createIVXBMO()
           
 IVXBMO IVLMOImpl.getHigh()
           
 IVXBMO IVLMOImpl.getHigh1()
           
 IVXBMO IVLMOImpl.getHigh2()
           
 IVXBMO IVLMOImpl.getLow()
           
 

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

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

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