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