public interface RuleSection
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 |
|---|---|
int |
getColumnCount()
Returns the value of the 'Column Count' attribute
|
OptimizerResults |
getOptimizerResults()
Returns the value of the 'Optimizer Results' containment reference
|
org.eclipse.emf.common.util.EList |
getRuleColumnList()
Returns the value of the 'Rule Column List' containment reference list.
|
int |
getScrollColumnLeft()
Returns the value of the 'Scroll Column Left' attribute
|
void |
setColumnCount(int value)
Sets the value of the '
Column Count' attribute |
void |
setOptimizerResults(OptimizerResults value)
Sets the value of the '
Optimizer Results' containment reference |
void |
setScrollColumnLeft(int value)
Sets the value of the '
Scroll Column Left' attribute |
static final java.lang.String copyright
int getColumnCount()
If the meaning of the 'Column Count' attribute isn't clear, there really should be more of a description here...
setColumnCount(int),
DecisiontablePackage.getRuleSection_ColumnCount()void setColumnCount(int value)
Column Count' attribute.
value - the new value of the 'Column Count' attribute.getColumnCount()int getScrollColumnLeft()
If the meaning of the 'Scroll Column Left' attribute isn't clear, there really should be more of a description here...
setScrollColumnLeft(int),
DecisiontablePackage.getRuleSection_ScrollColumnLeft()void setScrollColumnLeft(int value)
Scroll Column Left' attribute.
value - the new value of the 'Scroll Column Left' attribute.getScrollColumnLeft()org.eclipse.emf.common.util.EList getRuleColumnList()
RuleColumn.
If the meaning of the 'Rule Column List' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getRuleSection_RuleColumnList()OptimizerResults getOptimizerResults()
If the meaning of the 'Optimizer Results' containment reference isn't clear, there really should be more of a description here...
setOptimizerResults(OptimizerResults),
DecisiontablePackage.getRuleSection_OptimizerResults()void setOptimizerResults(OptimizerResults value)
Optimizer Results' containment reference.
value - the new value of the 'Optimizer Results' containment reference.getOptimizerResults()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.