Package | Description |
---|---|
org.camunda.bpm.model.dmn.impl.instance | |
org.camunda.bpm.model.dmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
VariableImpl |
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Variable> |
BusinessKnowledgeModelImpl.variableChild |
protected static ChildElement<Variable> |
ContextEntryImpl.variableChild |
protected static ChildElement<Variable> |
DecisionImpl.variableChild |
Modifier and Type | Method and Description |
---|---|
Variable |
BusinessKnowledgeModelImpl.getVariable() |
Variable |
ContextEntryImpl.getVariable() |
Variable |
DecisionImpl.getVariable() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessKnowledgeModelImpl.setVariable(Variable variable) |
void |
ContextEntryImpl.setVariable(Variable variable) |
void |
DecisionImpl.setVariable(Variable variable) |
Modifier and Type | Method and Description |
---|---|
Variable |
BusinessKnowledgeModel.getVariable() |
Variable |
Decision.getVariable() |
Variable |
ContextEntry.getVariable() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessKnowledgeModel.setVariable(Variable variable) |
void |
Decision.setVariable(Variable variable) |
void |
ContextEntry.setVariable(Variable variable) |
Copyright © 2018. All rights reserved.