Class DSWorkflowIndexOfExpression

    • Constructor Detail

      • DSWorkflowIndexOfExpression

        public DSWorkflowIndexOfExpression()
    • Method Detail

      • getSearchText

        public Object getSearchText()
        Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        searchText
      • setSearchText

        public void setSearchText​(Object searchText)
        setSearchText.
      • getText

        public Object getText()
        Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        text
      • setText

        public void setText​(Object text)
        setText.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object