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