Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITRuleAnnotationClause> |
JSITDecisionTable.addAllAnnotation(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of annotation
|
<D extends JSITRuleAnnotationClause> |
JSITDecisionTable.addAnnotation(D element)
Appends the specified element to the end of annotation
|
Modifier and Type | Method and Description |
---|---|
List<JSITRuleAnnotationClause> |
JSITDecisionTable.getAnnotation()
READ-ONLY getter for annotation as a
List |
jsinterop.base.JsArrayLike<JSITRuleAnnotationClause> |
JSITDecisionTable.getNativeAnnotation()
Native getter for annotation
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITRuleAnnotationClause> |
JSITDecisionTable.addAllAnnotation(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of annotation
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecisionTable.setAnnotation(List<JSITRuleAnnotationClause> annotationParam)
Setter for annotation as a
List |
void |
JSITDecisionTable.setNativeAnnotation(jsinterop.base.JsArrayLike<JSITRuleAnnotationClause> annotationParam)
Setter for annotation
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.