Class ToLowerCaseStringExpression

    • Constructor Detail

      • ToLowerCaseStringExpression

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

      • getField

        public String getField()
        Deprecated.
        Returns the name of the datarow-column from where to read the string value.
        Returns:
        the field.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the name of the datarow-column from where to read the string value.
        Parameters:
        field - the field.
      • getValue

        public Object getValue()
        Deprecated.
        Transforms the string that has been read from the defined field.
        Returns:
        the value of the function.