@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIFactMappingsType",
isNative=true)
public class JSIFactMappingsType
extends Object
FactMappingsType| Constructor and Description |
|---|
JSIFactMappingsType() |
| Modifier and Type | Method and Description |
|---|---|
<D extends JSIFactMappingType> |
addAllFactMapping(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of factMapping
|
<D extends JSIFactMappingType> |
addFactMapping(D element)
Appends the specified element to the end of factMapping
|
List<JSIFactMappingType> |
getFactMapping()
READ-ONLY getter for factMapping as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSIFactMappingType> |
getNativeFactMapping()
Native getter for factMapping
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeFactMapping(int index)
Removes the element at the specified position in the factMapping
|
void |
setFactMapping(List<JSIFactMappingType> factMappingParam)
Setter for factMapping as a
List |
void |
setNativeFactMapping(jsinterop.base.JsArrayLike<JSIFactMappingType> factMappingParam)
Setter for factMapping
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsOverlay public final List<JSIFactMappingType> getFactMapping()
ListList@JsOverlay public final <D extends JSIFactMappingType> void addFactMapping(D element)
element - to be appended to factMapping@JsOverlay public final <D extends JSIFactMappingType> void addAllFactMapping(D... elements)
elements - to be appended to factMapping@JsOverlay public final void removeFactMapping(int index)
index - of the element to be removed@JsProperty(name="factMapping") public jsinterop.base.JsArrayLike<JSIFactMappingType> getNativeFactMapping()
@JsOverlay public final void setFactMapping(List<JSIFactMappingType> factMappingParam)
ListfactMappingParam - The factMapping mapped as a List@JsProperty(name="factMapping") public final void setNativeFactMapping(jsinterop.base.JsArrayLike<JSIFactMappingType> factMappingParam)
factMappingParam - factMapping to set.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.