Package | Description |
---|---|
org.drools.workbench.scenariosimulation.kogito.marshaller.js.model |
Modifier and Type | Method and Description |
---|---|
<D extends JSIImportType> |
JSIWrappedImportsType.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> |
JSIWrappedImportsType.addImport(D element)
Appends the specified element to the end of _import
|
Modifier and Type | Method and Description |
---|---|
List<JSIImportType> |
JSIWrappedImportsType.getImport()
READ-ONLY getter for _import as a
List |
jsinterop.base.JsArrayLike<JSIImportType> |
JSIWrappedImportsType.getNativeImport()
Native getter for _import
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIImportType> |
JSIWrappedImportsType.addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
Modifier and Type | Method and Description |
---|---|
void |
JSIWrappedImportsType.setImport(List<JSIImportType> _importParam)
Setter for _import as a
List |
void |
JSIWrappedImportsType.setNativeImport(jsinterop.base.JsArrayLike<JSIImportType> _importParam)
Setter for _import
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.