public interface ScopeFilter extends ScopeNode
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Returns the value of the 'Expression' attribute
|
Filter |
getFilter()
Returns the value of the 'Filter' reference
|
void |
setExpression(java.lang.String value)
Sets the value of the '
Expression' attribute |
void |
setFilter(Filter value)
Sets the value of the '
Filter' reference |
getBackupInfo, getChildren, getName, getParent, getSubtree, isDescendent, isExpanded, setDescendent, setExpanded, setName, setParentgetValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidstatic final java.lang.String copyright
java.lang.String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
setExpression(String),
DecisiontablePackage.getScopeFilter_Expression()void setExpression(java.lang.String value)
Expression' attribute.
value - the new value of the 'Expression' attribute.getExpression()Filter getFilter()
If the meaning of the 'Filter' reference isn't clear, there really should be more of a description here...
setFilter(Filter),
DecisiontablePackage.getScopeFilter_Filter()void setFilter(Filter value)
Filter' reference.
value - the new value of the 'Filter' reference.getFilter()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.