public interface FilterItem
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DecisiontablePackage.getFilterItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ExpressionCell |
getExpressionCell()
Returns the value of the 'Expression Cell' containment reference
|
Filter |
getFilter()
Returns the value of the 'Filter' reference
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute
|
void |
setDisabled(boolean value)
Sets the value of the '
Disabled' attribute |
void |
setExpressionCell(ExpressionCell value)
Sets the value of the '
Expression Cell' containment reference |
void |
setFilter(Filter value)
Sets the value of the '
Filter' reference |
static final java.lang.String copyright
boolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean),
DecisiontablePackage.getFilterItem_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isDisabled()ExpressionCell getExpressionCell()
If the meaning of the 'Expression Cell' containment reference isn't clear, there really should be more of a description here...
setExpressionCell(ExpressionCell),
DecisiontablePackage.getFilterItem_ExpressionCell()void setExpressionCell(ExpressionCell value)
Expression Cell' containment reference.
value - the new value of the 'Expression Cell' containment reference.getExpressionCell()Filter getFilter()
If the meaning of the 'Filter' reference isn't clear, there really should be more of a description here...
setFilter(Filter),
DecisiontablePackage.getFilterItem_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.