Uses of Class
org.dmg.pmml.Target.CastInteger
-
Packages that use Target.CastInteger Package Description org.dmg.pmml -
-
Uses of Target.CastInteger in org.dmg.pmml
Methods in org.dmg.pmml that return Target.CastInteger Modifier and Type Method Description static Target.CastIntegerTarget.CastInteger. fromValue(java.lang.String v)Target.CastIntegerTarget. getCastInteger()static Target.CastIntegerTarget.CastInteger. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Target.CastInteger[]Target.CastInteger. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type Target.CastInteger Modifier and Type Method Description TargetTarget. setCastInteger(Target.CastInteger castInteger)
-