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 classParameterImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Parameter Modifier and Type Field Description protected static ChildElement<Parameter>BindingImpl. parameterChildMethods in org.camunda.bpm.model.dmn.impl.instance that return Parameter Modifier and Type Method Description ParameterBindingImpl. getParameter()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Parameter Modifier and Type Method Description voidBindingImpl. 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 ParameterBinding. getParameter()Methods in org.camunda.bpm.model.dmn.instance with parameters of type Parameter Modifier and Type Method Description voidBinding. setParameter(Parameter parameter)
-