Uses of Class
org.kie.workbench.common.dmn.api.definition.model.FunctionDefinition.Kind
-
Packages that use FunctionDefinition.Kind Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of FunctionDefinition.Kind in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return FunctionDefinition.Kind Modifier and Type Method Description static FunctionDefinition.KindFunctionDefinition.Kind. determineFromString(String code)static FunctionDefinition.KindFunctionDefinition.Kind. fromValue(String value)FunctionDefinition.KindFunctionDefinition. getKind()static FunctionDefinition.KindFunctionDefinition.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionDefinition.Kind[]FunctionDefinition.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type FunctionDefinition.Kind Modifier and Type Method Description voidFunctionDefinition. setKind(FunctionDefinition.Kind kind)
-