|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") public interface FilterLogicTestNodeInterface
This is an TEST operation in the FilterLogic Tree. This node preforms a TRUE/FALSE test that can be combined via the AND/OR/NOT nodes to form the SelectionLogic tree.
FilterLogicAndNodeInterface,
FilterLogicOrNodeInterface,
NotNodeInterface,
FilterLogicTestNodeInterface| Method Summary | |
|---|---|
abstract FilterConditionInterface |
getCondition()
Returns the ConditionInterface for this if it is a Test node, otherwise returns null |
abstract FilterItemInterface |
getFilterItem()
Returns the FilterItemInterface for this if it is a Test node, otherwise returns null |
abstract java.util.List |
getFilterItemQualifiers()
Returns a list of FiterItemInterface objects that further qualify the FilterItem. |
abstract java.util.List |
getTestValuesList()
Returns a List of objects that were selected for this if it is a Test node, otherwise returns null |
| Methods inherited from interface com.sas.dataselectors.filters.FilterLogicBaseNodeInterface |
|---|
dispose, getChildLogicNodeAt, getFilterDescription, getFilterLabel, getMaxChildren, getParentLogicNode, getUserObject |
| Method Detail |
|---|
FilterItemInterface getFilterItem()
java.util.List getFilterItemQualifiers()
FilterConditionInterface getCondition()
java.util.List getTestValuesList()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||