Uses of Interface
org.camunda.bpm.model.dmn.instance.Variable
-
Packages that use Variable Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of Variable in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Variable Modifier and Type Class Description classVariableImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Variable Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable>BusinessKnowledgeModelImpl. variableChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable>ContextEntryImpl. variableChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable>DecisionImpl. variableChildMethods in org.camunda.bpm.model.dmn.impl.instance that return Variable Modifier and Type Method Description VariableBusinessKnowledgeModelImpl. getVariable()VariableContextEntryImpl. getVariable()VariableDecisionImpl. getVariable()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Variable Modifier and Type Method Description voidBusinessKnowledgeModelImpl. setVariable(Variable variable)voidContextEntryImpl. setVariable(Variable variable)voidDecisionImpl. setVariable(Variable variable) -
Uses of Variable in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return Variable Modifier and Type Method Description VariableBusinessKnowledgeModel. getVariable()VariableContextEntry. getVariable()VariableDecision. getVariable()Methods in org.camunda.bpm.model.dmn.instance with parameters of type Variable Modifier and Type Method Description voidBusinessKnowledgeModel. setVariable(Variable variable)voidContextEntry. setVariable(Variable variable)voidDecision. setVariable(Variable variable)
-