org.palo.api.subsets.filter
Interface AffectiveFilter

All Superinterfaces:
SubsetFilter
All Known Implementing Classes:
AliasFilter, DataFilter

public interface AffectiveFilter
extends SubsetFilter

AffectiveFilter

An affective filter is used to influence other filters.

Version:
$Id: AffectiveFilter.html,v 1.1 2007/12/14 09:59:12 ArndHouben Exp $

Field Summary
 
Fields inherited from interface org.palo.api.subsets.SubsetFilter
TYPE_ALIAS, TYPE_ATTRIBUTE, TYPE_DATA, TYPE_HIERARCHICAL, TYPE_PICKLIST, TYPE_SORTING, TYPE_TEXT
 
Method Summary
 int[] getAffectedFilter()
          Returns the filter types which are affected by this filter.
 
Methods inherited from interface org.palo.api.subsets.SubsetFilter
adapt, add, copy, getDimension, getSettings, getType, initialize, remove, reset, validateSettings
 

Method Detail

getAffectedFilter

int[] getAffectedFilter()
Returns the filter types which are affected by this filter.

Returns:
the affected filter types