com.sas.dataselectors.filters
Interface FilterLogicOrNodeInterface

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

public interface FilterLogicOrNodeInterface
extends FilterLogicBaseNodeInterface

This is an OR operation in the FilterLogic Tree. At least ONE 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.