Class IntegerOption

java.lang.Object
com.headius.options.Option<Integer>
com.headius.options.IntegerOption

public class IntegerOption extends Option<Integer>
An Integer-based Option.
  • Constructor Details

  • Method Details

    • reloadValue

      public Integer reloadValue()
      Description copied from class: Option
      Perform the appropriate load and conversion for the option's property.
      Specified by:
      reloadValue in class Option<Integer>
      Returns:
      the updated value after reload