|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") public interface FilterLogicEditableTestNodeInterface
This interface expands the FilterLogicTestNodeInterface to provide the ability to modify a test node's properties.
| Method Summary | |
|---|---|
abstract void |
setCondition(FilterConditionInterface condition)
Sets the ConditionInterface for this if it is a Test node. |
abstract void |
setFilterDescription(java.lang.String description)
Sets the description for this node. |
abstract void |
setFilterItem(FilterItemInterface item)
Sets the FilterItemInterface for this if it is a Test node. |
abstract void |
setFilterItemQualifiers(java.util.List subItems)
Sets a list of FiterItemInterface objects that further qualify the FilterItem. |
abstract void |
setFilterLabel(java.lang.String label)
Sets the name for this if it is a Test node. |
abstract void |
setTestValuesList(java.util.List values)
Sets a List of objects that were selected for this test node. |
| Methods inherited from interface com.sas.dataselectors.filters.FilterLogicTestNodeInterface |
|---|
getCondition, getFilterItem, getFilterItemQualifiers, getTestValuesList |
| Methods inherited from interface com.sas.dataselectors.filters.FilterLogicBaseNodeInterface |
|---|
dispose, getChildLogicNodeAt, getFilterDescription, getFilterLabel, getMaxChildren, getParentLogicNode, getUserObject |
| Method Detail |
|---|
void setFilterLabel(java.lang.String label)
item - The new name for this nodevoid setFilterDescription(java.lang.String description)
item - The new description for this nodevoid setFilterItem(FilterItemInterface item)
item - the new filter itemvoid setFilterItemQualifiers(java.util.List subItems)
subItems - the new list of qualifiersvoid setCondition(FilterConditionInterface condition)
condition - the new condition for this test nodevoid setTestValuesList(java.util.List values)
values - the new list of values for this node
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||