Uses of Class
org.jpmml.evaluator.visitors.ValueParser.Mode
-
Packages that use ValueParser.Mode Package Description org.jpmml.evaluator.visitors -
-
Uses of ValueParser.Mode in org.jpmml.evaluator.visitors
Fields in org.jpmml.evaluator.visitors with type parameters of type ValueParser.Mode Modifier and Type Field Description static ThreadLocal<ValueParser.Mode>ValueParser. MODE_PROVIDERMethods in org.jpmml.evaluator.visitors that return ValueParser.Mode Modifier and Type Method Description ValueParser.ModeValueParser. getMode()static ValueParser.ModeValueParser.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueParser.Mode[]ValueParser.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jpmml.evaluator.visitors with parameters of type ValueParser.Mode Modifier and Type Method Description voidValueParser. setMode(ValueParser.Mode mode)Constructors in org.jpmml.evaluator.visitors with parameters of type ValueParser.Mode Constructor Description ValueParser(ValueParser.Mode mode)
-