Interface IGeneratorParameter<T>

    • Method Detail

      • setValue

        void setValue​(T value)
        Sets the value for this parameter.
        Parameters:
        value - the new parameter value
      • getValue

        T getValue()
        Gets the value for this parameter. It must provide a reasonable default when no other value has been set.
        Returns:
        the current parameter value
      • getDefault

        T getDefault()
        Gets the default value for this parameter. This value is set by the parameter class and cannot be changed.
        Returns:
        the default value for this parameter