java.lang.Object
com.pervasive.datarush.functions.ConstantArgumentConverter
- All Implemented Interfaces:
ArgumentConverter
- Direct Known Subclasses:
DateFormatArgumentConverter,DateTimeValueArgumentConverter,GranularityArgumentConverter,NumberFormatArgumentConverter,TimeZoneArgumentConverter
An abstract argument converter for converting String constants to the
correct object type.
Child classes should implement the convert(String) object to produce an object.
Child classes should implement the convert(String) object to produce an object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConstantArgumentConverter
public ConstantArgumentConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceArgumentConverter
-
convert
-