Class CallResult.UpdatedVariable

  • Enclosing class:
    CallResult

    public static final class CallResult.UpdatedVariable
    extends java.lang.Object
    An updated variable.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • UpdatedVariable

        public UpdatedVariable​(VariableOrConstantEntity aTargetVariable,
                               java.lang.String aParameterName,
                               java.lang.Object aValue)
        Creates a new instance.
        Parameters:
        aTargetVariable - the variable entity that is being updated
        aParameterName - the name of the parameter
        aValue - the new value
    • Method Detail

      • getParameterName

        public java.lang.String getParameterName()
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object aValue)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object