Size1Option constructor

Size1Option(
  1. int value
)

Implementation

Size1Option(final int value) : super(OptionType.size1, value);