Module datarush.library
Package com.pervasive.datarush.functions
Class NumberFormatArgumentConverter
- java.lang.Object
-
- com.pervasive.datarush.functions.ConstantArgumentConverter
-
- com.pervasive.datarush.functions.NumberFormatArgumentConverter
-
- All Implemented Interfaces:
ArgumentConverter
public class NumberFormatArgumentConverter extends ConstantArgumentConverter
Converts an argument to a NumberFormat object.
-
-
Constructor Summary
Constructors Constructor Description NumberFormatArgumentConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(String value)
-
Methods inherited from class com.pervasive.datarush.functions.ConstantArgumentConverter
convert
-
-
-
-
Method Detail
-
convert
public Object convert(String value)
- Specified by:
convert
in classConstantArgumentConverter
-
-