@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIFactMappingValuesType", isNative=true) public class JSIFactMappingValuesType extends Object
FactMappingValuesType
Constructor and Description |
---|
JSIFactMappingValuesType() |
Modifier and Type | Method and Description |
---|---|
<D extends JSIFactMappingValueType> |
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> |
addFactMappingValue(D element)
Appends the specified element to the end of factMappingValue
|
List<JSIFactMappingValueType> |
getFactMappingValue()
READ-ONLY getter for factMappingValue as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSIFactMappingValueType> |
getNativeFactMappingValue()
Native getter for factMappingValue
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeFactMappingValue(int index)
Removes the element at the specified position in the factMappingValue
|
void |
setFactMappingValue(List<JSIFactMappingValueType> factMappingValueParam)
Setter for factMappingValue as a
List |
void |
setNativeFactMappingValue(jsinterop.base.JsArrayLike<JSIFactMappingValueType> factMappingValueParam)
Setter for factMappingValue
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsOverlay public final List<JSIFactMappingValueType> getFactMappingValue()
List
List
@JsOverlay public final <D extends JSIFactMappingValueType> void addFactMappingValue(D element)
element
- to be appended to factMappingValue@JsOverlay public final <D extends JSIFactMappingValueType> void addAllFactMappingValue(D... elements)
elements
- to be appended to factMappingValue@JsOverlay public final void removeFactMappingValue(int index)
index
- of the element to be removed@JsProperty(name="factMappingValue") public jsinterop.base.JsArrayLike<JSIFactMappingValueType> getNativeFactMappingValue()
@JsOverlay public final void setFactMappingValue(List<JSIFactMappingValueType> factMappingValueParam)
List
factMappingValueParam
- The factMappingValue mapped as a List
@JsProperty(name="factMappingValue") public final void setNativeFactMappingValue(jsinterop.base.JsArrayLike<JSIFactMappingValueType> factMappingValueParam)
factMappingValueParam
- factMappingValue to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.