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