@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITRelation", isNative=true) public class JSITRelation extends JSITExpression
TRelation
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITRelation() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITInformationItem> |
addAllColumn(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of column
|
<D extends JSITList> |
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 JSITInformationItem> |
addColumn(D element)
Appends the specified element to the end of column
|
<D extends JSITList> |
addRow(D element)
Appends the specified element to the end of row
|
List<JSITInformationItem> |
getColumn()
READ-ONLY getter for column as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSITInformationItem> |
getNativeColumn()
Native getter for column
|
jsinterop.base.JsArrayLike<JSITList> |
getNativeRow()
Native getter for row
|
List<JSITList> |
getRow()
READ-ONLY getter for row as a
List |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeColumn(int index)
Removes the element at the specified position in the column
|
void |
removeRow(int index)
Removes the element at the specified position in the row
|
void |
setColumn(List<JSITInformationItem> columnParam)
Setter for column as a
List |
void |
setNativeColumn(jsinterop.base.JsArrayLike<JSITInformationItem> columnParam)
Setter for column
|
void |
setNativeRow(jsinterop.base.JsArrayLike<JSITList> rowParam)
Setter for row
|
void |
setRow(List<JSITList> rowParam)
Setter for row as a
List |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
@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()
getTYPE_NAME
in class JSITExpression
@JsOverlay public final List<JSITInformationItem> getColumn()
List
List
@JsOverlay public final <D extends JSITInformationItem> void addColumn(D element)
element
- to be appended to column@JsOverlay public final <D extends JSITInformationItem> void addAllColumn(D... elements)
elements
- to be appended to column@JsOverlay public final void removeColumn(int index)
index
- of the element to be removed@JsProperty(name="column") public jsinterop.base.JsArrayLike<JSITInformationItem> getNativeColumn()
@JsOverlay public final void setColumn(List<JSITInformationItem> columnParam)
List
columnParam
- The column mapped as a List
@JsProperty(name="column") public final void setNativeColumn(jsinterop.base.JsArrayLike<JSITInformationItem> columnParam)
columnParam
- column to set.@JsOverlay public final List<JSITList> getRow()
List
List
@JsOverlay public final <D extends JSITList> void addRow(D element)
element
- to be appended to row@JsOverlay public final <D extends JSITList> void addAllRow(D... elements)
elements
- to be appended to row@JsOverlay public final void removeRow(int index)
index
- of the element to be removed@JsProperty(name="row") public jsinterop.base.JsArrayLike<JSITList> getNativeRow()
@JsOverlay public final void setRow(List<JSITList> rowParam)
List
rowParam
- The row mapped as a List
@JsProperty(name="row") public final void setNativeRow(jsinterop.base.JsArrayLike<JSITList> rowParam)
rowParam
- row to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.