public interface ConditionSection
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 |
|---|---|
double |
getColumnWidthFactor()
Returns the value of the 'Column Width Factor' attribute
|
org.eclipse.emf.common.util.EList |
getConditionItemList()
Returns the value of the 'Condition Item List' containment reference list.
|
int |
getRowCount()
Returns the value of the 'Row Count' attribute
|
int |
getScrollRowTop()
Returns the value of the 'Scroll Row Top' attribute
|
void |
setColumnWidthFactor(double value)
Sets the value of the '
Column Width Factor' attribute |
void |
setRowCount(int value)
Sets the value of the '
Row Count' attribute |
void |
setScrollRowTop(int value)
Sets the value of the '
Scroll Row Top' attribute |
static final java.lang.String copyright
int getRowCount()
If the meaning of the 'Row Count' attribute isn't clear, there really should be more of a description here...
setRowCount(int),
DecisiontablePackage.getConditionSection_RowCount()void setRowCount(int value)
Row Count' attribute.
value - the new value of the 'Row Count' attribute.getRowCount()int getScrollRowTop()
If the meaning of the 'Scroll Row Top' attribute isn't clear, there really should be more of a description here...
setScrollRowTop(int),
DecisiontablePackage.getConditionSection_ScrollRowTop()void setScrollRowTop(int value)
Scroll Row Top' attribute.
value - the new value of the 'Scroll Row Top' attribute.getScrollRowTop()double getColumnWidthFactor()
If the meaning of the 'Column Width Factor' attribute isn't clear, there really should be more of a description here...
setColumnWidthFactor(double),
DecisiontablePackage.getConditionSection_ColumnWidthFactor()void setColumnWidthFactor(double value)
Column Width Factor' attribute.
value - the new value of the 'Column Width Factor' attribute.getColumnWidthFactor()org.eclipse.emf.common.util.EList getConditionItemList()
ConditionItem.
If the meaning of the 'Condition Item List' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getConditionSection_ConditionItemList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.