PrefParameter
This class represents the "PREF" parameter
PrefParameter
should be called with a single argument that is an instance ofIntegerType
, whose value should be between 1 and 100new PrefParameter(new IntegerType(1));
PrefParameter
This class represents the "PREF" parameter
PrefParameter
should be called with a single argument that is an instance
of IntegerType
,
whose value should be between 1 and 100
new PrefParameter(new IntegerType(1));