Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.FloatFilterType

Packages that use FloatFilterType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of FloatFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return FloatFilterType
 FloatFilterType QueryFactory.createFloatFilterType()
          Returns a new object of class 'Float Filter Type'.
 FloatFilterType DocumentRoot.getFloatFilter()
          Returns the value of the 'Float Filter' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type FloatFilterType
 void DocumentRoot.setFloatFilter(FloatFilterType value)
          Sets the value of the 'Float Filter' containment reference.
 

Uses of FloatFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that implement FloatFilterType
 class FloatFilterTypeImpl
          An implementation of the model object 'Float Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return FloatFilterType
 FloatFilterType QueryFactoryImpl.createFloatFilterType()
           
 FloatFilterType DocumentRootImpl.getFloatFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type FloatFilterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFloatFilter(FloatFilterType newFloatFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFloatFilter(FloatFilterType newFloatFilter)
           
 

Uses of FloatFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type FloatFilterType
 java.lang.Object QuerySwitch.caseFloatFilterType(FloatFilterType object)
          Returns the result of interpretting the object as an instance of 'Float Filter Type'.