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