Class CapitalizeStringExpression

    • Constructor Detail

      • CapitalizeStringExpression

        public CapitalizeStringExpression()
        Deprecated.
        Default constructor.
    • Method Detail

      • isFirstWordOnly

        public boolean isFirstWordOnly()
        Deprecated.
        Returns, whether only the first word should be capitalized.
        Returns:
        true, if the first word should be capitalized, false if all words should be capitalized.
      • setFirstWordOnly

        public void setFirstWordOnly​(boolean firstWordOnly)
        Deprecated.
        Defines, whether only the first word should be capitalized.
        Parameters:
        firstWordOnly - true, if the first word should be capitalized, false if all words should be capitalized.
      • 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.
        Capitalizes the string that has been read from the defined field.
        Returns:
        the value of the function.