Class IntOption

All Implemented Interfaces:
Serializable

public class IntOption extends OptionType
See Also:
  • Field Details

    • min

      public int min
    • max

      public int max
    • defaultValue

      public int defaultValue
  • Constructor Details

    • IntOption

      public IntOption()
  • Method Details

    • getMin

      public int getMin()
    • getMax

      public int getMax()
    • getDefaultValue

      public int getDefaultValue()
    • setMin

      public void setMin(int min)
    • setMax

      public void setMax(int max)
    • setDefaultValue

      public void setDefaultValue(int defaultValue)