Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Class and Description |
---|---|
class |
JSITImportedValues
JSInterop adapter for
TImportedValues |
Modifier and Type | Method and Description |
---|---|
<D extends JSITImport> |
JSITDefinitions.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 JSITImport> |
JSITDefinitions.addImport(D element)
Appends the specified element to the end of _import
|
Modifier and Type | Method and Description |
---|---|
JSITImport |
DMN12.getImport()
Native getter for import
|
Modifier and Type | Method and Description |
---|---|
List<JSITImport> |
JSITDefinitions.getImport()
READ-ONLY getter for _import as a
List |
jsinterop.base.JsArrayLike<JSITImport> |
JSITDefinitions.getNativeImport()
Native getter for _import
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITImport> |
JSITDefinitions.addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
void |
DMN12.setImport(JSITImport importParam)
Setter for import
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDefinitions.setImport(List<JSITImport> _importParam)
Setter for _import as a
List |
void |
JSITDefinitions.setNativeImport(jsinterop.base.JsArrayLike<JSITImport> _importParam)
Setter for _import
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.