@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIBackgroundDatasType", isNative=true) public class JSIBackgroundDatasType extends Object
BackgroundDatasType
Constructor and Description |
---|
JSIBackgroundDatasType() |
Modifier and Type | Method and Description |
---|---|
<D extends JSIBackgroundDataType> |
addAllBackgroundData(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of backgroundData
|
<D extends JSIBackgroundDataType> |
addBackgroundData(D element)
Appends the specified element to the end of backgroundData
|
List<JSIBackgroundDataType> |
getBackgroundData()
READ-ONLY getter for backgroundData as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSIBackgroundDataType> |
getNativeBackgroundData()
Native getter for backgroundData
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeBackgroundData(int index)
Removes the element at the specified position in the backgroundData
|
void |
setBackgroundData(List<JSIBackgroundDataType> backgroundDataParam)
Setter for backgroundData as a
List |
void |
setNativeBackgroundData(jsinterop.base.JsArrayLike<JSIBackgroundDataType> backgroundDataParam)
Setter for backgroundData
|
@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<JSIBackgroundDataType> getBackgroundData()
List
List
@JsOverlay public final <D extends JSIBackgroundDataType> void addBackgroundData(D element)
element
- to be appended to backgroundData@JsOverlay public final <D extends JSIBackgroundDataType> void addAllBackgroundData(D... elements)
elements
- to be appended to backgroundData@JsOverlay public final void removeBackgroundData(int index)
index
- of the element to be removed@JsProperty(name="backgroundData") public jsinterop.base.JsArrayLike<JSIBackgroundDataType> getNativeBackgroundData()
@JsOverlay public final void setBackgroundData(List<JSIBackgroundDataType> backgroundDataParam)
List
backgroundDataParam
- The backgroundData mapped as a List
@JsProperty(name="backgroundData") public final void setNativeBackgroundData(jsinterop.base.JsArrayLike<JSIBackgroundDataType> backgroundDataParam)
backgroundDataParam
- backgroundData to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.