Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITLiteralExpression
-
Packages that use JSITLiteralExpression Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITLiteralExpression 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 JSITLiteralExpression Modifier and Type Method Description <D extends JSITLiteralExpression>
voidJSITDecisionRule. addAllOutputEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of outputEntry<D extends JSITLiteralExpression>
voidJSITDecisionRule. addOutputEntry(D element)Appends the specified element to the end of outputEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITLiteralExpression Modifier and Type Method Description JSITLiteralExpressionJSITOutputClause. getDefaultOutputEntry()Native getter for defaultOutputEntryJSITLiteralExpressionJSITInputClause. getInputExpression()Native getter for inputExpressionJSITLiteralExpressionDMN12. getLiteralExpression()Native getter for literalExpressionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITLiteralExpression Modifier and Type Method Description jsinterop.base.JsArrayLike<JSITLiteralExpression>JSITDecisionRule. getNativeOutputEntry()Native getter for outputEntryList<JSITLiteralExpression>JSITDecisionRule. getOutputEntry()READ-ONLY getter for outputEntry as aListMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITLiteralExpression Modifier and Type Method Description <D extends JSITLiteralExpression>
voidJSITDecisionRule. addAllOutputEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of outputEntryvoidJSITOutputClause. setDefaultOutputEntry(JSITLiteralExpression defaultOutputEntryParam)Setter for defaultOutputEntryvoidJSITInputClause. setInputExpression(JSITLiteralExpression inputExpressionParam)Setter for inputExpressionvoidDMN12. setLiteralExpression(JSITLiteralExpression literalExpressionParam)Setter for literalExpressionMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITLiteralExpression Modifier and Type Method Description voidJSITDecisionRule. setNativeOutputEntry(jsinterop.base.JsArrayLike<JSITLiteralExpression> outputEntryParam)Setter for outputEntryvoidJSITDecisionRule. setOutputEntry(List<JSITLiteralExpression> outputEntryParam)Setter for outputEntry as aList
-