Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITInputClause
-
Packages that use JSITInputClause Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITInputClause in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITInputClause Modifier and Type Method Description <D extends JSITInputClause>
voidJSITDecisionTable. addAllInput(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of input<D extends JSITInputClause>
voidJSITDecisionTable. addInput(D element)Appends the specified element to the end of inputMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITInputClause Modifier and Type Method Description List<JSITInputClause>JSITDecisionTable. getInput()READ-ONLY getter for input as aListjsinterop.base.JsArrayLike<JSITInputClause>JSITDecisionTable. getNativeInput()Native getter for inputMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITInputClause Modifier and Type Method Description <D extends JSITInputClause>
voidJSITDecisionTable. addAllInput(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of inputMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITInputClause Modifier and Type Method Description voidJSITDecisionTable. setInput(List<JSITInputClause> inputParam)Setter for input as aListvoidJSITDecisionTable. setNativeInput(jsinterop.base.JsArrayLike<JSITInputClause> inputParam)Setter for input
-