Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITRuleAnnotationClause
-
Packages that use JSITRuleAnnotationClause Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITRuleAnnotationClause 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 JSITRuleAnnotationClause Modifier and Type Method Description <D extends JSITRuleAnnotationClause>
voidJSITDecisionTable. 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>
voidJSITDecisionTable. addAnnotation(D element)Appends the specified element to the end of annotationMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITRuleAnnotationClause Modifier and Type Method Description List<JSITRuleAnnotationClause>JSITDecisionTable. getAnnotation()READ-ONLY getter for annotation as aListjsinterop.base.JsArrayLike<JSITRuleAnnotationClause>JSITDecisionTable. getNativeAnnotation()Native getter for annotationMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITRuleAnnotationClause Modifier and Type Method Description <D extends JSITRuleAnnotationClause>
voidJSITDecisionTable. addAllAnnotation(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of annotationMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITRuleAnnotationClause Modifier and Type Method Description voidJSITDecisionTable. setAnnotation(List<JSITRuleAnnotationClause> annotationParam)Setter for annotation as aListvoidJSITDecisionTable. setNativeAnnotation(jsinterop.base.JsArrayLike<JSITRuleAnnotationClause> annotationParam)Setter for annotation
-