public interface RuleStatementItem
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ExpressionCell |
getReference()
Returns the value of the 'Reference' containment reference
|
int |
getRowHeight()
Returns the value of the 'Row Height' attribute
|
RuleStatement |
getRuleStatement()
Returns the value of the 'Rule Statement' reference
|
org.eclipse.emf.common.util.EList |
getText()
Returns the value of the 'Text' containment reference list.
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute
|
void |
setDisabled(boolean value)
Sets the value of the '
Disabled' attribute |
void |
setReference(ExpressionCell value)
Sets the value of the '
Reference' containment reference |
void |
setRowHeight(int value)
Sets the value of the '
Row Height' attribute |
void |
setRuleStatement(RuleStatement value)
Sets the value of the '
Rule Statement' reference |
static final java.lang.String copyright
ExpressionCell getReference()
If the meaning of the 'Reference' attribute isn't clear, there really should be more of a description here...
setReference(ExpressionCell),
DecisiontablePackage.getRuleStatementItem_Reference()void setReference(ExpressionCell value)
Reference' containment reference.
value - the new value of the 'Reference' containment reference.getReference()org.eclipse.emf.common.util.EList getText()
ExpressionCell.
If the meaning of the 'Text' containment reference isn't clear, there really should be more of a description here...
DecisiontablePackage.getRuleStatementItem_Text()boolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean),
DecisiontablePackage.getRuleStatementItem_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isDisabled()int getRowHeight()
If the meaning of the 'Row Height' attribute isn't clear, there really should be more of a description here...
setRowHeight(int),
DecisiontablePackage.getRuleStatementItem_RowHeight()void setRowHeight(int value)
Row Height' attribute.
value - the new value of the 'Row Height' attribute.getRowHeight()RuleStatement getRuleStatement()
If the meaning of the 'Rule Statement' reference isn't clear, there really should be more of a description here...
setRuleStatement(RuleStatement),
DecisiontablePackage.getRuleStatementItem_RuleStatement()void setRuleStatement(RuleStatement value)
Rule Statement' reference.
value - the new value of the 'Rule Statement' reference.getRuleStatement()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.