Uses of Class
org.kie.pmml.api.enums.BUILTIN_FUNCTIONS
-
Packages that use BUILTIN_FUNCTIONS Package Description org.kie.pmml.api.enums -
-
Uses of BUILTIN_FUNCTIONS in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return BUILTIN_FUNCTIONS Modifier and Type Method Description static BUILTIN_FUNCTIONSBUILTIN_FUNCTIONS. byName(String name)static BUILTIN_FUNCTIONSBUILTIN_FUNCTIONS. valueOf(String name)Returns the enum constant of this type with the specified name.static BUILTIN_FUNCTIONS[]BUILTIN_FUNCTIONS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-