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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return IVXBTS
 IVXBTS CDAR2FactoryImpl.createIVXBTS()
           
 IVXBTS IVLTSImpl.getHigh()
           
 IVXBTS IVLTSImpl.getHigh1()
           
 IVXBTS IVLTSImpl.getHigh2()
           
 IVXBTS IVLTSImpl.getLow()
           
 

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

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

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