| Package | Description |
|---|---|
| com.corticon.rulesemf.viewrulemodel.rulesheet.decisiontable |
| Modifier and Type | Field and Description |
|---|---|
static VariableMode |
VariableMode.LITERAL_LITERAL
The 'Literal' literal object
|
static VariableMode |
VariableMode.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static VariableMode |
VariableMode.VARIABLE_LITERAL
The 'Variable' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static VariableMode |
VariableMode.get(int value)
Returns the 'Variable Mode' literal with the specified integer value
|
static VariableMode |
VariableMode.get(java.lang.String literal)
Returns the 'Variable Mode' literal with the specified literal value
|
static VariableMode |
VariableMode.getByName(java.lang.String name)
Returns the 'Variable Mode' literal with the specified name
|
VariableMode |
ConditionItem.getVariableMode()
Returns the value of the 'Variable Mode' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionItem.setVariableMode(VariableMode value)
Sets the value of the '
Variable Mode' attribute |
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.