Class DesignReturnValue

    • Field Detail

      • PROPERTY_FROM_VARIABLE

        public static final java.lang.String PROPERTY_FROM_VARIABLE
        See Also:
        Constant Field Values
      • fromVariable

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

      • DesignReturnValue

        public DesignReturnValue()
    • 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.
      • setFromVariable

        public void setFromVariable​(java.lang.String name)
        Sets the source variable name.
        Parameters:
        name - the variable name
        See Also:
        VariableReturnValue.getFromVariable()