Package | Description |
---|---|
org.kie.dmn.model.api | |
org.kie.dmn.model.v1_1 | |
org.kie.dmn.model.v1_2 |
Modifier and Type | Method and Description |
---|---|
InformationItem |
Binding.getParameter() |
InformationItem |
Invocable.getVariable()
Gets the value of the variable property.
|
InformationItem |
ContextEntry.getVariable() |
InformationItem |
Decision.getVariable() |
InformationItem |
InputData.getVariable() |
Modifier and Type | Method and Description |
---|---|
List<InformationItem> |
Relation.getColumn() |
List<InformationItem> |
FunctionDefinition.getFormalParameter() |
Modifier and Type | Method and Description |
---|---|
void |
Binding.setParameter(InformationItem value) |
void |
Invocable.setVariable(InformationItem value)
Sets the value of the variable property.
|
void |
ContextEntry.setVariable(InformationItem value) |
void |
Decision.setVariable(InformationItem value) |
void |
InputData.setVariable(InformationItem value) |
Modifier and Type | Class and Description |
---|---|
class |
TInformationItem |
Modifier and Type | Method and Description |
---|---|
InformationItem |
TBinding.getParameter() |
InformationItem |
TInputData.getVariable() |
InformationItem |
TDecision.getVariable() |
InformationItem |
TDecisionService.getVariable() |
InformationItem |
TContextEntry.getVariable() |
InformationItem |
TBusinessKnowledgeModel.getVariable() |
Modifier and Type | Method and Description |
---|---|
List<InformationItem> |
TRelation.getColumn() |
List<InformationItem> |
TFunctionDefinition.getFormalParameter() |
Modifier and Type | Method and Description |
---|---|
void |
TBinding.setParameter(InformationItem value) |
void |
TInputData.setVariable(InformationItem value) |
void |
TDecision.setVariable(InformationItem value) |
void |
TDecisionService.setVariable(InformationItem variable) |
void |
TContextEntry.setVariable(InformationItem value) |
void |
TBusinessKnowledgeModel.setVariable(InformationItem value) |
Modifier and Type | Field and Description |
---|---|
protected InformationItem |
TBinding.parameter |
protected InformationItem |
TInputData.variable |
protected InformationItem |
TInvocable.variable |
protected InformationItem |
TDecision.variable |
protected InformationItem |
TContextEntry.variable |
Modifier and Type | Field and Description |
---|---|
protected List<InformationItem> |
TRelation.column |
protected List<InformationItem> |
TFunctionDefinition.formalParameter |
Modifier and Type | Method and Description |
---|---|
InformationItem |
TBinding.getParameter() |
InformationItem |
TInputData.getVariable() |
InformationItem |
TInvocable.getVariable() |
InformationItem |
TDecision.getVariable() |
InformationItem |
TContextEntry.getVariable() |
Modifier and Type | Method and Description |
---|---|
List<InformationItem> |
TRelation.getColumn() |
List<InformationItem> |
TFunctionDefinition.getFormalParameter() |
Modifier and Type | Method and Description |
---|---|
void |
TBinding.setParameter(InformationItem value) |
void |
TInputData.setVariable(InformationItem value) |
void |
TInvocable.setVariable(InformationItem value) |
void |
TDecision.setVariable(InformationItem value) |
void |
TContextEntry.setVariable(InformationItem value) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.