Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITUnaryTests> |
JSITDecisionRule.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> |
JSITDecisionRule.addInputEntry(D element)
Appends the specified element to the end of inputEntry
|
Modifier and Type | Method and Description |
---|---|
JSITUnaryTests |
JSITItemDefinition.getAllowedValues()
Native getter for allowedValues
|
JSITUnaryTests |
JSITInputClause.getInputValues()
Native getter for inputValues
|
JSITUnaryTests |
JSITOutputClause.getOutputValues()
Native getter for outputValues
|
Modifier and Type | Method and Description |
---|---|
List<JSITUnaryTests> |
JSITDecisionRule.getInputEntry()
READ-ONLY getter for inputEntry as a
List |
jsinterop.base.JsArrayLike<JSITUnaryTests> |
JSITDecisionRule.getNativeInputEntry()
Native getter for inputEntry
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITUnaryTests> |
JSITDecisionRule.addAllInputEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputEntry
|
void |
JSITItemDefinition.setAllowedValues(JSITUnaryTests allowedValuesParam)
Setter for allowedValues
|
void |
JSITInputClause.setInputValues(JSITUnaryTests inputValuesParam)
Setter for inputValues
|
void |
JSITOutputClause.setOutputValues(JSITUnaryTests outputValuesParam)
Setter for outputValues
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecisionRule.setInputEntry(List<JSITUnaryTests> inputEntryParam)
Setter for inputEntry as a
List |
void |
JSITDecisionRule.setNativeInputEntry(jsinterop.base.JsArrayLike<JSITUnaryTests> inputEntryParam)
Setter for inputEntry
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.