MaxAgeOption constructor

MaxAgeOption(
  1. int value
)

Implementation

MaxAgeOption(final int value) : super(OptionType.maxAge, value);