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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return CompoundFilterType
 CompoundFilterType QueryFactory.createCompoundFilterType()
          Returns a new object of class 'Compound Filter Type'.
 CompoundFilterType DocumentRoot.getCompoundFilter()
          Returns the value of the 'Compound Filter' containment reference.
 

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

Uses of CompoundFilterType 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 CompoundFilterType
 class CompoundFilterTypeImpl
          An implementation of the model object 'Compound Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return CompoundFilterType
 CompoundFilterType QueryFactoryImpl.createCompoundFilterType()
           
 CompoundFilterType DocumentRootImpl.getCompoundFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type CompoundFilterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCompoundFilter(CompoundFilterType newCompoundFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCompoundFilter(CompoundFilterType newCompoundFilter)
           
 

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