Class OptionInfo.ValueInfo<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ValueInfo​(T defaultValue, T currentValue)  
    • Constructor Detail

      • ValueInfo

        public ValueInfo​(T defaultValue,
                         T currentValue)
    • Method Detail

      • getDefaultValue

        public T getDefaultValue()
      • getCurrentValue

        public T getCurrentValue()