Uses of Interface
org.camunda.bpm.model.dmn.instance.Parameter
-
Packages that use Parameter Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of Parameter in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Parameter Modifier and Type Class Description class
ParameterImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Parameter Modifier and Type Field Description protected static ChildElement<Parameter>
BindingImpl. parameterChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return Parameter Modifier and Type Method Description Parameter
BindingImpl. getParameter()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Parameter Modifier and Type Method Description void
BindingImpl. setParameter(Parameter parameter)
-
Uses of Parameter in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return Parameter Modifier and Type Method Description Parameter
Binding. getParameter()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type Parameter Modifier and Type Method Description void
Binding. setParameter(Parameter parameter)
-