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
|
Modifier and Type | Method and Description |
---|---|
protected static JSIFactMappingValueType |
ApiJSInteropConverter.getFactMappingValue(org.drools.scenariosimulation.api.model.FactMappingValue source) |
Modifier and Type | Method and Description |
---|---|
protected static List<JSIFactMappingValueType> |
ApiJSInteropConverter.populateJSIFactMappingValuesType(List<org.drools.scenariosimulation.api.model.FactMappingValue> source) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.