Class ConvertToDateExpression

    • Constructor Detail

      • ConvertToDateExpression

        public ConvertToDateExpression()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getField

        public String getField()
        Deprecated.
        Returns the name of the data-row column from where to read the string that should be parsed.
        Returns:
        the field name.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the name of the data-row column from where to read the string that should be parsed.
        Parameters:
        field - the name of the field.
      • getFormat

        public String getFormat()
        Deprecated.
        Returns the SimpleDateFormat pattern that is used for the parsing.
        Returns:
        the pattern string.
        See Also:
        SimpleDateFormat
      • setFormat

        public void setFormat​(String format)
        Deprecated.
        Defines the SimpleDateFormat pattern that is used for the parsing.
        Parameters:
        format - the pattern string.
        See Also:
        SimpleDateFormat
      • getLocale

        public Locale getLocale()
        Deprecated.
        Returns the locale that is used for the parsing.
        Returns:
        the locale.
      • setLocale

        public void setLocale​(Locale locale)
        Deprecated.
        Defines the locale that is used for the parsing.
        Parameters:
        locale - the locale.
      • getTimeZone

        public TimeZone getTimeZone()
        Deprecated.
      • setTimeZone

        public void setTimeZone​(TimeZone timeZone)
        Deprecated.
      • getValue

        public Object getValue()
        Deprecated.
        Parses the value read from the column specified by the given field-name and tries to parse it into a Date using the given SimpleDateFormat-pattern.
        Returns:
        the value of the function.