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