public interface ActionItem
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DecisiontablePackage.getActionItem()| 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
|
org.eclipse.emf.common.util.EList |
getNaturalLanguageText()
Returns the value of the 'Natural Language Text' containment reference list.
|
int |
getRowHeight()
Returns the value of the 'Row Height' attribute
|
ValueSetCell |
getValueSetCell()
Returns the value of the 'Value Set Cell' containment 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 |
setRowHeight(int value)
Sets the value of the '
Row Height' attribute |
void |
setValueSetCell(ValueSetCell value)
Sets the value of the '
Value Set Cell' containment 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.getActionItem_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.getActionItem_RowHeight()void setRowHeight(int value)
Row Height' attribute.
value - the new value of the 'Row Height' attribute.getRowHeight()org.eclipse.emf.common.util.EList getNaturalLanguageText()
RulesheetString.
If the meaning of the 'Natural Language Text' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getActionItem_NaturalLanguageText()ValueSetCell getValueSetCell()
If the meaning of the 'Value Set Cell' containment reference isn't clear, there really should be more of a description here...
setValueSetCell(ValueSetCell),
DecisiontablePackage.getActionItem_ValueSetCell()void setValueSetCell(ValueSetCell value)
Value Set Cell' containment reference.
value - the new value of the 'Value Set Cell' containment reference.getValueSetCell()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.getActionItem_ExpressionCell()void setExpressionCell(ExpressionCell value)
Expression Cell' containment reference.
value - the new value of the 'Expression Cell' containment reference.getExpressionCell()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.