Uses of Class
org.kie.dmn.model.v1_1.TFunctionDefinition.Kind
-
Packages that use TFunctionDefinition.Kind Package Description org.kie.dmn.model.v1_1 -
-
Uses of TFunctionDefinition.Kind in org.kie.dmn.model.v1_1
Methods in org.kie.dmn.model.v1_1 that return TFunctionDefinition.Kind Modifier and Type Method Description static TFunctionDefinition.KindTFunctionDefinition.Kind. determineFromString(String code)Deprecated.static TFunctionDefinition.KindTFunctionDefinition.Kind. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static TFunctionDefinition.Kind[]TFunctionDefinition.Kind. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-