public interface ConditionItem
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 |
|---|---|
com.corticon.eclipse.core.util.ValueSet |
getCompleteValueSet()
Returns the value of the 'Complete Value Set' attribute
|
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.
|
com.corticon.eclipse.core.util.ValueSet |
getPreexpandOther()
Returns the value of the 'Preexpand Other' attribute
|
int |
getRowHeight()
Returns the value of the 'Row Height' attribute
|
ValueSetCell |
getValueSetCell()
Returns the value of the 'Value Set Cell' containment reference
|
VariableMode |
getVariableMode()
Returns the value of the 'Variable Mode' attribute.
|
org.eclipse.emf.ecore.EObject |
getVariableReference()
Returns the value of the 'Variable Reference' containment reference
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute
|
boolean |
isPrecondition()
Returns the value of the 'Precondition' attribute
|
void |
setCompleteValueSet(com.corticon.eclipse.core.util.ValueSet value)
Sets the value of the '
Complete Value Set' 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 |
setPrecondition(boolean value)
Sets the value of the '
Precondition' attribute |
void |
setPreexpandOther(com.corticon.eclipse.core.util.ValueSet value)
Sets the value of the '
Preexpand Other' attribute |
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 |
void |
setVariableMode(VariableMode value)
Sets the value of the '
Variable Mode' attribute |
void |
setVariableReference(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Variable Reference' containment reference |
static final java.lang.String copyright
boolean isPrecondition()
If the meaning of the 'Precondition' attribute isn't clear, there really should be more of a description here...
setPrecondition(boolean),
DecisiontablePackage.getConditionItem_Precondition()void setPrecondition(boolean value)
Precondition' attribute.
value - the new value of the 'Precondition' attribute.isPrecondition()boolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean),
DecisiontablePackage.getConditionItem_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.getConditionItem_RowHeight()void setRowHeight(int value)
Row Height' attribute.
value - the new value of the 'Row Height' attribute.getRowHeight()com.corticon.eclipse.core.util.ValueSet getPreexpandOther()
If the meaning of the 'Preexpand Other' attribute isn't clear, there really should be more of a description here...
setPreexpandOther(ValueSet),
DecisiontablePackage.getConditionItem_PreexpandOther()void setPreexpandOther(com.corticon.eclipse.core.util.ValueSet value)
Preexpand Other' attribute.
value - the new value of the 'Preexpand Other' attribute.getPreexpandOther()VariableMode getVariableMode()
VariableMode.
If the meaning of the 'Variable Mode' attribute isn't clear, there really should be more of a description here...
VariableMode,
setVariableMode(VariableMode),
DecisiontablePackage.getConditionItem_VariableMode()void setVariableMode(VariableMode value)
Variable Mode' attribute.
value - the new value of the 'Variable Mode' attribute.VariableMode,
getVariableMode()org.eclipse.emf.ecore.EObject getVariableReference()
If the meaning of the 'Variable Reference' containment reference isn't clear, there really should be more of a description here...
setVariableReference(EObject),
DecisiontablePackage.getConditionItem_VariableReference()void setVariableReference(org.eclipse.emf.ecore.EObject value)
Variable Reference' containment reference.
value - the new value of the 'Variable Reference' containment reference.getVariableReference()com.corticon.eclipse.core.util.ValueSet getCompleteValueSet()
If the meaning of the 'Complete Value Set' attribute isn't clear, there really should be more of a description here...
setCompleteValueSet(ValueSet),
DecisiontablePackage.getConditionItem_CompleteValueSet()void setCompleteValueSet(com.corticon.eclipse.core.util.ValueSet value)
Complete Value Set' attribute.
value - the new value of the 'Complete Value Set' attribute.getCompleteValueSet()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.getConditionItem_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.getConditionItem_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.getConditionItem_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.