Class AbstractGeneratorParameter<T>

    • Constructor Detail

      • AbstractGeneratorParameter

        public AbstractGeneratorParameter()
    • Method Detail

      • setValue

        public void setValue​(T value)
        Sets the value for this parameter.
        Specified by:
        setValue in interface IGeneratorParameter<T>
        Parameters:
        value - the new parameter value
      • getValue

        public T getValue()
        Gets the value for this parameter. It must provide a reasonable default when no other value has been set.
        Specified by:
        getValue in interface IGeneratorParameter<T>
        Returns:
        the current parameter value