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