Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITRuleAnnotation> |
JSITDecisionRule.addAllAnnotationEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of annotationEntry
|
<D extends JSITRuleAnnotation> |
JSITDecisionRule.addAnnotationEntry(D element)
Appends the specified element to the end of annotationEntry
|
Modifier and Type | Method and Description |
---|---|
List<JSITRuleAnnotation> |
JSITDecisionRule.getAnnotationEntry()
READ-ONLY getter for annotationEntry as a
List |
jsinterop.base.JsArrayLike<JSITRuleAnnotation> |
JSITDecisionRule.getNativeAnnotationEntry()
Native getter for annotationEntry
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITRuleAnnotation> |
JSITDecisionRule.addAllAnnotationEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of annotationEntry
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecisionRule.setAnnotationEntry(List<JSITRuleAnnotation> annotationEntryParam)
Setter for annotationEntry as a
List |
void |
JSITDecisionRule.setNativeAnnotationEntry(jsinterop.base.JsArrayLike<JSITRuleAnnotation> annotationEntryParam)
Setter for annotationEntry
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.