Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITUnaryTests
-
Packages that use JSITUnaryTests Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITUnaryTests 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 JSITUnaryTests Modifier and Type Method Description <D extends JSITUnaryTests>
voidJSITDecisionRule. addAllInputEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of inputEntry<D extends JSITUnaryTests>
voidJSITDecisionRule. addInputEntry(D element)Appends the specified element to the end of inputEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITUnaryTests Modifier and Type Method Description JSITUnaryTestsJSITItemDefinition. getAllowedValues()Native getter for allowedValuesJSITUnaryTestsJSITInputClause. getInputValues()Native getter for inputValuesJSITUnaryTestsJSITOutputClause. getOutputValues()Native getter for outputValuesMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITUnaryTests Modifier and Type Method Description List<JSITUnaryTests>JSITDecisionRule. getInputEntry()READ-ONLY getter for inputEntry as aListjsinterop.base.JsArrayLike<JSITUnaryTests>JSITDecisionRule. getNativeInputEntry()Native getter for inputEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITUnaryTests Modifier and Type Method Description <D extends JSITUnaryTests>
voidJSITDecisionRule. addAllInputEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of inputEntryvoidJSITItemDefinition. setAllowedValues(JSITUnaryTests allowedValuesParam)Setter for allowedValuesvoidJSITInputClause. setInputValues(JSITUnaryTests inputValuesParam)Setter for inputValuesvoidJSITOutputClause. setOutputValues(JSITUnaryTests outputValuesParam)Setter for outputValuesMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITUnaryTests Modifier and Type Method Description voidJSITDecisionRule. setInputEntry(List<JSITUnaryTests> inputEntryParam)Setter for inputEntry as aListvoidJSITDecisionRule. setNativeInputEntry(jsinterop.base.JsArrayLike<JSITUnaryTests> inputEntryParam)Setter for inputEntry
-