Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITList> |
JSITRelation.addAllRow(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of row
|
<D extends JSITList> |
JSITRelation.addRow(D element)
Appends the specified element to the end of row
|
Modifier and Type | Method and Description |
---|---|
JSITList |
DMN12.getList()
Native getter for list
|
Modifier and Type | Method and Description |
---|---|
jsinterop.base.JsArrayLike<JSITList> |
JSITRelation.getNativeRow()
Native getter for row
|
List<JSITList> |
JSITRelation.getRow()
READ-ONLY getter for row as a
List |
Modifier and Type | Method and Description |
---|---|
<D extends JSITList> |
JSITRelation.addAllRow(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of row
|
void |
DMN12.setList(JSITList listParam)
Setter for list
|
Modifier and Type | Method and Description |
---|---|
void |
JSITRelation.setNativeRow(jsinterop.base.JsArrayLike<JSITList> rowParam)
Setter for row
|
void |
JSITRelation.setRow(List<JSITList> rowParam)
Setter for row as a
List |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.