public interface RuleColumn
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DecisiontablePackage.getRuleColumn()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getActionValueSetCellList()
Returns the value of the 'Action Value Set Cell List' containment reference list.
|
int |
getColumnWidth()
Returns the value of the 'Column Width' attribute
|
org.eclipse.emf.common.util.EList |
getConditionValueSetCellList()
Returns the value of the 'Condition Value Set Cell List' containment reference list.
|
ValueSetCell |
getOverrideValueSetCell()
Returns the value of the 'Override Value Set Cell' containment reference
|
org.eclipse.emf.common.util.EList |
getPRule()
Returns the value of the 'PRule' reference list.
|
java.lang.String |
getRuleId()
Returns the value of the 'Rule Id' attribute
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute
|
boolean |
isNonConditional()
Returns the value of the 'Non Conditional' attribute
|
void |
setColumnWidth(int value)
Sets the value of the '
Column Width' attribute |
void |
setDisabled(boolean value)
Sets the value of the '
Disabled' attribute |
void |
setNonConditional(boolean value)
Sets the value of the '
Non Conditional' attribute |
void |
setOverrideValueSetCell(ValueSetCell value)
Sets the value of the '
Override Value Set Cell' containment reference |
void |
setRuleId(java.lang.String value)
Sets the value of the '
Rule Id' attribute |
static final java.lang.String copyright
java.lang.String getRuleId()
If the meaning of the 'Rule Id' attribute isn't clear, there really should be more of a description here...
setRuleId(String),
DecisiontablePackage.getRuleColumn_RuleId()void setRuleId(java.lang.String value)
Rule Id' attribute.
value - the new value of the 'Rule Id' attribute.getRuleId()int getColumnWidth()
If the meaning of the 'Column Width' attribute isn't clear, there really should be more of a description here...
setColumnWidth(int),
DecisiontablePackage.getRuleColumn_ColumnWidth()void setColumnWidth(int value)
Column Width' attribute.
value - the new value of the 'Column Width' attribute.getColumnWidth()boolean isNonConditional()
If the meaning of the 'Non Conditional' attribute isn't clear, there really should be more of a description here...
setNonConditional(boolean),
DecisiontablePackage.getRuleColumn_NonConditional()void setNonConditional(boolean value)
Non Conditional' attribute.
value - the new value of the 'Non Conditional' attribute.isNonConditional()boolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean),
DecisiontablePackage.getRuleColumn_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isDisabled()ValueSetCell getOverrideValueSetCell()
If the meaning of the 'Override Value Set Cell' containment reference isn't clear, there really should be more of a description here...
setOverrideValueSetCell(ValueSetCell),
DecisiontablePackage.getRuleColumn_OverrideValueSetCell()void setOverrideValueSetCell(ValueSetCell value)
Override Value Set Cell' containment reference.
value - the new value of the 'Override Value Set Cell' containment reference.getOverrideValueSetCell()org.eclipse.emf.common.util.EList getPRule()
PRule.
If the meaning of the 'PRule' reference isn't clear, there really should be more of a description here...
DecisiontablePackage.getRuleColumn_PRule()org.eclipse.emf.common.util.EList getActionValueSetCellList()
ActionValueSetCell.
If the meaning of the 'Action Value Set Cell List' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getRuleColumn_ActionValueSetCellList()org.eclipse.emf.common.util.EList getConditionValueSetCellList()
ConditionValueSetCell.
If the meaning of the 'Condition Value Set Cell List' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getRuleColumn_ConditionValueSetCellList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.