com.sas.dataselectors.filters
Interface FilterLogicAndNodeInterface

All Superinterfaces:
FilterLogicBaseNodeInterface, javax.swing.tree.TreeNode
All Known Implementing Classes:
DefaultFilterLogicAndNode

public interface FilterLogicAndNodeInterface
extends FilterLogicBaseNodeInterface

This is an AND operation in the FilterLogic Tree. All of the children must be TRUE in order for this node to pass the filter.

See Also:
FilterLogicAndNodeInterface, FilterLogicOrNodeInterface, FilterLogicNotNodeInterface, FilterLogicBaseNodeInterface

Field Summary
static int FILTERLOGIC_NODE_TYPE
           
 
Method Summary
 
Methods inherited from interface com.sas.dataselectors.filters.FilterLogicBaseNodeInterface
dispose, getChildLogicNodeAt, getFilterDescription, getFilterLabel, getMaxChildren, getParentLogicNode, getUserObject
 

Field Detail

FILTERLOGIC_NODE_TYPE

static final int FILTERLOGIC_NODE_TYPE
See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.