Module datarush.library
Package com.pervasive.datarush.functions
Class DateTimeValueArgumentConverter
- java.lang.Object
-
- com.pervasive.datarush.functions.ConstantArgumentConverter
-
- com.pervasive.datarush.functions.DateTimeValueArgumentConverter
-
- All Implemented Interfaces:
ArgumentConverter
public class DateTimeValueArgumentConverter extends ConstantArgumentConverter
Converts an argument to a DateTimeValue enum value.
-
-
Constructor Summary
Constructors Constructor Description DateTimeValueArgumentConverter()
-
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
-
-