Class LongOption

All Implemented Interfaces:
Serializable

public class LongOption extends OptionType
See Also:
  • Field Details

    • min

      public long min
    • max

      public long max
    • defaultValue

      public long defaultValue
  • Constructor Details

    • LongOption

      public LongOption()
  • Method Details

    • getMin

      public long getMin()
    • getMax

      public long getMax()
    • getDefaultValue

      public long getDefaultValue()
    • setMin

      public void setMin(long min)
    • setMax

      public void setMax(long max)
    • setDefaultValue

      public void setDefaultValue(long defaultValue)