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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBINT
 IVXBINT CDAR2FactoryImpl.createIVXBINT()
           
 IVXBINT IVLINTImpl.getHigh()
           
 IVXBINT IVLINTImpl.getHigh1()
           
 IVXBINT IVLINTImpl.getHigh2()
           
 IVXBINT IVLINTImpl.getLow()
           
 

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

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

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