Uses of Enum Class
org.kie.pmml.api.enums.CAST_INTEGER
Packages that use CAST_INTEGER
Package
Description
User-friendly representations to be used by end-consumer, e.g.
-
Uses of CAST_INTEGER in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return CAST_INTEGERModifier and TypeMethodDescriptionstatic CAST_INTEGERstatic CAST_INTEGERReturns the enum constant of this class with the specified name.static CAST_INTEGER[]CAST_INTEGER.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CAST_INTEGER in org.kie.pmml.api.models
Methods in org.kie.pmml.api.models that return CAST_INTEGERConstructors in org.kie.pmml.api.models with parameters of type CAST_INTEGERModifierConstructorDescriptionTargetField(List<TargetValue> targetValues, OP_TYPE opType, String field, CAST_INTEGER castInteger, Number min, Number max, Number rescaleConstant, Number rescaleFactor)