Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITElementCollection> |
JSITDefinitions.addAllElementCollection(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of elementCollection
|
<D extends JSITElementCollection> |
JSITDefinitions.addElementCollection(D element)
Appends the specified element to the end of elementCollection
|
Modifier and Type | Method and Description |
---|---|
JSITElementCollection |
DMN12.getElementCollection()
Native getter for elementCollection
|
Modifier and Type | Method and Description |
---|---|
List<JSITElementCollection> |
JSITDefinitions.getElementCollection()
READ-ONLY getter for elementCollection as a
List |
jsinterop.base.JsArrayLike<JSITElementCollection> |
JSITDefinitions.getNativeElementCollection()
Native getter for elementCollection
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITElementCollection> |
JSITDefinitions.addAllElementCollection(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of elementCollection
|
void |
DMN12.setElementCollection(JSITElementCollection elementCollectionParam)
Setter for elementCollection
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDefinitions.setElementCollection(List<JSITElementCollection> elementCollectionParam)
Setter for elementCollection as a
List |
void |
JSITDefinitions.setNativeElementCollection(jsinterop.base.JsArrayLike<JSITElementCollection> elementCollectionParam)
Setter for elementCollection
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.