Uses of Class
org.kie.workbench.common.dmn.api.definition.model.Binding
-
Packages that use Binding Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of Binding in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return Binding Modifier and Type Method Description BindingBinding. copy()Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type Binding Modifier and Type Method Description List<Binding>Invocation. getBinding()Constructor parameters in org.kie.workbench.common.dmn.api.definition.model with type arguments of type Binding Constructor Description Invocation(Id id, Description description, QName typeRef, Expression expression, List<Binding> binding)
-