Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITOutputClause
-
Packages that use JSITOutputClause Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITOutputClause 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 JSITOutputClause Modifier and Type Method Description <D extends JSITOutputClause>
voidJSITDecisionTable. addAllOutput(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of output<D extends JSITOutputClause>
voidJSITDecisionTable. addOutput(D element)Appends the specified element to the end of outputMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITOutputClause Modifier and Type Method Description jsinterop.base.JsArrayLike<JSITOutputClause>JSITDecisionTable. getNativeOutput()Native getter for outputList<JSITOutputClause>JSITDecisionTable. getOutput()READ-ONLY getter for output as aListMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITOutputClause Modifier and Type Method Description <D extends JSITOutputClause>
voidJSITDecisionTable. addAllOutput(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of outputMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITOutputClause Modifier and Type Method Description voidJSITDecisionTable. setNativeOutput(jsinterop.base.JsArrayLike<JSITOutputClause> outputParam)Setter for outputvoidJSITDecisionTable. setOutput(List<JSITOutputClause> outputParam)Setter for output as aList
-