@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIWrappedImportsType", isNative=true) public class JSIWrappedImportsType extends Object
WrappedImportsType
Constructor and Description |
---|
JSIWrappedImportsType() |
Modifier and Type | Method and Description |
---|---|
<D extends JSIImportType> |
addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
<D extends JSIImportType> |
addImport(D element)
Appends the specified element to the end of _import
|
List<JSIImportType> |
getImport()
READ-ONLY getter for _import as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSIImportType> |
getNativeImport()
Native getter for _import
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeImport(int index)
Removes the element at the specified position in the _import
|
void |
setImport(List<JSIImportType> _importParam)
Setter for _import as a
List |
void |
setNativeImport(jsinterop.base.JsArrayLike<JSIImportType> _importParam)
Setter for _import
|
@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<JSIImportType> getImport()
List
List
@JsOverlay public final <D extends JSIImportType> void addImport(D element)
element
- to be appended to _import@JsOverlay public final <D extends JSIImportType> void addAllImport(D... elements)
elements
- to be appended to _import@JsOverlay public final void removeImport(int index)
index
- of the element to be removed@JsProperty(name="_import") public jsinterop.base.JsArrayLike<JSIImportType> getNativeImport()
@JsOverlay public final void setImport(List<JSIImportType> _importParam)
List
_importParam
- The _import mapped as a List
@JsProperty(name="_import") public final void setNativeImport(jsinterop.base.JsArrayLike<JSIImportType> _importParam)
_importParam
- _import to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.