TextParameterValue constructor

TextParameterValue(
  1. String value
)

Implementation

TextParameterValue(String value) : super(value);