BooleanParameter constructor

BooleanParameter(
  1. String name,
  2. String textValue
)

Creates a new BooleanParameter

Implementation

BooleanParameter(String name, String textValue)
    : super(name, textValue, parse(textValue));