Class NumberOrVariable

  • All Implemented Interfaces:
    Serializable

    public class NumberOrVariable
    extends Object
    implements Serializable
    Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable].
    See Also:
    Serialized Form
    • Constructor Detail

      • NumberOrVariable

        public NumberOrVariable()
    • Method Detail

      • 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