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