Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITRuleAnnotation
-
Packages that use JSITRuleAnnotation Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITRuleAnnotation in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITRuleAnnotation Modifier and Type Method Description <D extends JSITRuleAnnotation>
voidJSITDecisionRule. 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>
voidJSITDecisionRule. addAnnotationEntry(D element)Appends the specified element to the end of annotationEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITRuleAnnotation Modifier and Type Method Description List<JSITRuleAnnotation>JSITDecisionRule. getAnnotationEntry()READ-ONLY getter for annotationEntry as aListjsinterop.base.JsArrayLike<JSITRuleAnnotation>JSITDecisionRule. getNativeAnnotationEntry()Native getter for annotationEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITRuleAnnotation Modifier and Type Method Description <D extends JSITRuleAnnotation>
voidJSITDecisionRule. addAllAnnotationEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of annotationEntryMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITRuleAnnotation Modifier and Type Method Description voidJSITDecisionRule. setAnnotationEntry(List<JSITRuleAnnotation> annotationEntryParam)Setter for annotationEntry as aListvoidJSITDecisionRule. setNativeAnnotationEntry(jsinterop.base.JsArrayLike<JSITRuleAnnotation> annotationEntryParam)Setter for annotationEntry
-