Class CallResult.UpdatedVariable

  • Enclosing class:
    CallResult

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

      • UpdatedVariable

        public UpdatedVariable​(VariableOrConstantEntity aTargetVariable,
                               String aParameterName,
                               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