Class DSWorkflowReplaceExpression

    • Constructor Detail

      • DSWorkflowReplaceExpression

        public DSWorkflowReplaceExpression()
    • Method Detail

      • getNewText

        public Object getNewText()
        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:
        newText
      • setNewText

        public void setNewText​(Object newText)
        setNewText.
      • getOldText

        public Object getOldText()
        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:
        oldText
      • setOldText

        public void setOldText​(Object oldText)
        setOldText.
      • 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