Class ReflectionVariableAccessorGenerator.ConvertingVariable

    • Method Detail

      • get

        public java.lang.Object get()
        Description copied from interface: Variable
        Gets the current value of the global variable
        Specified by:
        get in interface Variable
        Returns:
        The value of the variable
      • set

        public void set​(java.lang.Object value)
        Description copied from interface: Variable
        Sets the global variable to a value
        Specified by:
        set in interface Variable
        Parameters:
        value - The value to set the global variable to.