Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITInformationRequirement
-
Packages that use JSITInformationRequirement Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITInformationRequirement 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 JSITInformationRequirement Modifier and Type Method Description <D extends JSITInformationRequirement>
voidJSITDecision. addAllInformationRequirement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of informationRequirement<D extends JSITInformationRequirement>
voidJSITDecision. addInformationRequirement(D element)Appends the specified element to the end of informationRequirementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITInformationRequirement Modifier and Type Method Description JSITInformationRequirementDMN12. getInformationRequirement()Native getter for informationRequirementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITInformationRequirement Modifier and Type Method Description List<JSITInformationRequirement>JSITDecision. getInformationRequirement()READ-ONLY getter for informationRequirement as aListjsinterop.base.JsArrayLike<JSITInformationRequirement>JSITDecision. getNativeInformationRequirement()Native getter for informationRequirementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITInformationRequirement Modifier and Type Method Description <D extends JSITInformationRequirement>
voidJSITDecision. addAllInformationRequirement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of informationRequirementvoidDMN12. setInformationRequirement(JSITInformationRequirement informationRequirementParam)Setter for informationRequirementMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITInformationRequirement Modifier and Type Method Description voidJSITDecision. setInformationRequirement(List<JSITInformationRequirement> informationRequirementParam)Setter for informationRequirement as aListvoidJSITDecision. setNativeInformationRequirement(jsinterop.base.JsArrayLike<JSITInformationRequirement> informationRequirementParam)Setter for informationRequirement
-