Uses of Interface
org.camunda.bpm.model.dmn.instance.OutputValues
-
Packages that use OutputValues Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of OutputValues in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement OutputValues Modifier and Type Class Description class
OutputValuesImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type OutputValues Modifier and Type Field Description protected static ChildElement<OutputValues>
OutputClauseImpl. outputValuesChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return OutputValues Modifier and Type Method Description OutputValues
OutputClauseImpl. getOutputValues()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type OutputValues Modifier and Type Method Description void
OutputClauseImpl. setOutputValues(OutputValues outputValues)
-
Uses of OutputValues in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return OutputValues Modifier and Type Method Description OutputValues
OutputClause. getOutputValues()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type OutputValues Modifier and Type Method Description void
OutputClause. setOutputValues(OutputValues outputValues)
-