Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITFunctionKind
-
Packages that use JSITFunctionKind Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITFunctionKind 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 that return JSITFunctionKind Modifier and Type Method Description JSITFunctionKindJSITFunctionDefinition. getKind()Native getter for kindstatic JSITFunctionKindJSITFunctionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static JSITFunctionKind[]JSITFunctionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITFunctionKind Modifier and Type Method Description voidJSITFunctionDefinition. setKind(JSITFunctionKind kindParam)Setter for kind
-