Class BaseReturnValue

    • Field Detail

      • fromVariable

        protected java.lang.String fromVariable
        The name of the variable to be copied.
    • Constructor Detail

      • BaseReturnValue

        protected BaseReturnValue()
    • Method Detail

      • getFromVariable

        public java.lang.String getFromVariable()
        Returns the name of the variable whose value should be copied.
        Specified by:
        getFromVariable in interface VariableReturnValue
        Returns:
        the name of the variable whose value should be copied.