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

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

Subinterfaces of FilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 interface BooleanFilterType
          A representation of the model object 'Boolean Filter Type'.
 interface CompoundFilterType
          A representation of the model object 'Compound Filter Type'.
 interface DateTimeFilterType
          A representation of the model object 'Date Time Filter Type'.
 interface FloatFilterType
          A representation of the model object 'Float Filter Type'.
 interface IntegerFilterType
          A representation of the model object 'Integer Filter Type'.
 interface SimpleFilterType
          A representation of the model object 'Simple Filter Type'.
 interface StringFilterType
          A representation of the model object 'String Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return FilterType
 FilterType QueryFactory.createFilterType()
          Returns a new object of class 'Filter Type'.
 FilterType ExtrinsicObjectQueryType.getContentVersionInfoFilter()
          Returns the value of the 'Content Version Info Filter' containment reference.
 FilterType DocumentRoot.getFilter()
          Returns the value of the 'Filter' containment reference.
 FilterType CompoundFilterType.getLeftFilter()
          Returns the value of the 'Left Filter' containment reference.
 FilterType PersonQueryType.getPersonNameFilter()
          Returns the value of the 'Person Name Filter' containment reference.
 FilterType FilterQueryType.getPrimaryFilter()
          Returns the value of the 'Primary Filter' containment reference.
 FilterType CompoundFilterType.getRightFilter()
          Returns the value of the 'Right Filter' containment reference.
 FilterType RegistryObjectQueryType.getVersionInfoFilter()
          Returns the value of the 'Version Info Filter' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type FilterType
 void ExtrinsicObjectQueryType.setContentVersionInfoFilter(FilterType value)
          Sets the value of the 'Content Version Info Filter' containment reference.
 void CompoundFilterType.setLeftFilter(FilterType value)
          Sets the value of the 'Left Filter' containment reference.
 void PersonQueryType.setPersonNameFilter(FilterType value)
          Sets the value of the 'Person Name Filter' containment reference.
 void FilterQueryType.setPrimaryFilter(FilterType value)
          Sets the value of the 'Primary Filter' containment reference.
 void CompoundFilterType.setRightFilter(FilterType value)
          Sets the value of the 'Right Filter' containment reference.
 void RegistryObjectQueryType.setVersionInfoFilter(FilterType value)
          Sets the value of the 'Version Info Filter' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return FilterType
 FilterType QueryFactoryImpl.createFilterType()
           
 FilterType ExtrinsicObjectQueryTypeImpl.getContentVersionInfoFilter()
           
 FilterType DocumentRootImpl.getFilter()
           
 FilterType CompoundFilterTypeImpl.getLeftFilter()
           
 FilterType PersonQueryTypeImpl.getPersonNameFilter()
           
 FilterType FilterQueryTypeImpl.getPrimaryFilter()
           
 FilterType CompoundFilterTypeImpl.getRightFilter()
           
 FilterType RegistryObjectQueryTypeImpl.getVersionInfoFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type FilterType
 org.eclipse.emf.common.notify.NotificationChain ExtrinsicObjectQueryTypeImpl.basicSetContentVersionInfoFilter(FilterType newContentVersionInfoFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFilter(FilterType newFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CompoundFilterTypeImpl.basicSetLeftFilter(FilterType newLeftFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PersonQueryTypeImpl.basicSetPersonNameFilter(FilterType newPersonNameFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FilterQueryTypeImpl.basicSetPrimaryFilter(FilterType newPrimaryFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CompoundFilterTypeImpl.basicSetRightFilter(FilterType newRightFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RegistryObjectQueryTypeImpl.basicSetVersionInfoFilter(FilterType newVersionInfoFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ExtrinsicObjectQueryTypeImpl.setContentVersionInfoFilter(FilterType newContentVersionInfoFilter)
           
 void CompoundFilterTypeImpl.setLeftFilter(FilterType newLeftFilter)
           
 void PersonQueryTypeImpl.setPersonNameFilter(FilterType newPersonNameFilter)
           
 void FilterQueryTypeImpl.setPrimaryFilter(FilterType newPrimaryFilter)
           
 void CompoundFilterTypeImpl.setRightFilter(FilterType newRightFilter)
           
 void RegistryObjectQueryTypeImpl.setVersionInfoFilter(FilterType newVersionInfoFilter)
           
 

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