Class DSWorkflowSubstringExpression

    • Constructor Detail

      • DSWorkflowSubstringExpression

        public DSWorkflowSubstringExpression()
    • Method Detail

      • getLength

        public Object getLength()
        Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable].
        Returns:
        length
      • setLength

        public void setLength​(Object length)
        setLength.
      • getStartIndex

        public Object getStartIndex()
        Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable].
        Returns:
        startIndex
      • setStartIndex

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