Package | Description |
---|---|
org.drools.workbench.scenariosimulation.kogito.marshaller.js.model |
Modifier and Type | Method and Description |
---|---|
<D extends JSIFactMappingValueType> |
JSIFactMappingValuesType.addAllFactMappingValue(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of factMappingValue
|
<D extends JSIFactMappingValueType> |
JSIFactMappingValuesType.addFactMappingValue(D element)
Appends the specified element to the end of factMappingValue
|
Modifier and Type | Method and Description |
---|---|
List<JSIFactMappingValueType> |
JSIFactMappingValuesType.getFactMappingValue()
READ-ONLY getter for factMappingValue as a
List |
jsinterop.base.JsArrayLike<JSIFactMappingValueType> |
JSIFactMappingValuesType.getNativeFactMappingValue()
Native getter for factMappingValue
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIFactMappingValueType> |
JSIFactMappingValuesType.addAllFactMappingValue(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of factMappingValue
|
Modifier and Type | Method and Description |
---|---|
void |
JSIFactMappingValuesType.setFactMappingValue(List<JSIFactMappingValueType> factMappingValueParam)
Setter for factMappingValue as a
List |
void |
JSIFactMappingValuesType.setNativeFactMappingValue(jsinterop.base.JsArrayLike<JSIFactMappingValueType> factMappingValueParam)
Setter for factMappingValue
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.