***  This interface is subject to change.  ***

com.sas.iquery.metadata.business
Interface CascadableFilter

All Known Subinterfaces:
CompoundFilter, FilterItem
All Known Implementing Classes:
CompoundConditionalExpression, MultipleConditionalExpression, RelationalConditionalExpression, SimpleConditionalExpression_Between, SimpleConditionalExpression_Comparison, SimpleConditionalExpression_Contains, SimpleConditionalExpression_In, SimpleConditionalExpression_Like, SimpleConditionalExpression_TestForNull

public interface CascadableFilter

A class that implements this interface can by used by the the FilterCascadeInterface as a dependent filter.


Method Summary
 ExpressionInterface getExpression()
          Returns the ExpressionInterface for this CascadableFilter.
 

Method Detail

***  This method is subject to change.  ***

getExpression

ExpressionInterface getExpression()
Returns the ExpressionInterface for this CascadableFilter.

Returns:
The underlining ExpressionInterface
Throws:
MetadataException

***  This interface is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.