Uses of Class
org.kie.dmn.model.api.FunctionKind
-
Packages that use FunctionKind Package Description org.kie.dmn.model.api org.kie.dmn.model.v1_1 org.kie.dmn.model.v1_2 org.kie.dmn.model.v1_3 -
-
Uses of FunctionKind in org.kie.dmn.model.api
Methods in org.kie.dmn.model.api that return FunctionKind Modifier and Type Method Description static FunctionKindFunctionKind. fromValue(String v)FunctionKindFunctionDefinition. getKind()static FunctionKindFunctionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionKind[]FunctionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.dmn.model.api with parameters of type FunctionKind Modifier and Type Method Description voidFunctionDefinition. setKind(FunctionKind value) -
Uses of FunctionKind in org.kie.dmn.model.v1_1
Methods in org.kie.dmn.model.v1_1 that return FunctionKind Modifier and Type Method Description FunctionKindTFunctionDefinition. getKind()Align to DMN v1.2Methods in org.kie.dmn.model.v1_1 with parameters of type FunctionKind Modifier and Type Method Description voidTFunctionDefinition. setKind(FunctionKind value)Align to DMN v1.2 -
Uses of FunctionKind in org.kie.dmn.model.v1_2
Fields in org.kie.dmn.model.v1_2 declared as FunctionKind Modifier and Type Field Description protected FunctionKindTFunctionDefinition. kindMethods in org.kie.dmn.model.v1_2 that return FunctionKind Modifier and Type Method Description FunctionKindTFunctionDefinition. getKind()Methods in org.kie.dmn.model.v1_2 with parameters of type FunctionKind Modifier and Type Method Description voidTFunctionDefinition. setKind(FunctionKind value) -
Uses of FunctionKind in org.kie.dmn.model.v1_3
Fields in org.kie.dmn.model.v1_3 declared as FunctionKind Modifier and Type Field Description protected FunctionKindTFunctionDefinition. kindMethods in org.kie.dmn.model.v1_3 that return FunctionKind Modifier and Type Method Description FunctionKindTFunctionDefinition. getKind()Methods in org.kie.dmn.model.v1_3 with parameters of type FunctionKind Modifier and Type Method Description voidTFunctionDefinition. setKind(FunctionKind value)
-