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

Packages that use BooleanFilterType
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 BooleanFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return BooleanFilterType
 BooleanFilterType QueryFactory.createBooleanFilterType()
          Returns a new object of class 'Boolean Filter Type'.
 BooleanFilterType DocumentRoot.getBooleanFilter()
          Returns the value of the 'Boolean Filter' containment reference.
 

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

Uses of BooleanFilterType 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 BooleanFilterType
 class BooleanFilterTypeImpl
          An implementation of the model object 'Boolean Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return BooleanFilterType
 BooleanFilterType QueryFactoryImpl.createBooleanFilterType()
           
 BooleanFilterType DocumentRootImpl.getBooleanFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type BooleanFilterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetBooleanFilter(BooleanFilterType newBooleanFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setBooleanFilter(BooleanFilterType newBooleanFilter)
           
 

Uses of BooleanFilterType 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 BooleanFilterType
 java.lang.Object QuerySwitch.caseBooleanFilterType(BooleanFilterType object)
          Returns the result of interpretting the object as an instance of 'Boolean Filter Type'.