NoResponseOption constructor

NoResponseOption(
  1. int value
)

Implementation

NoResponseOption(final int value) : super(OptionType.noResponse, value);