Package org.harctoolbox.valuesets
Class ValueSetList
java.lang.Object
org.harctoolbox.valuesets.ValueSetList
This class bundles input arguments together.
Giving a parameter a negative value is ignored, i.e. equivalent to not making any assignment at all.
Thus, for example using the four parameter main method, the user can assign T without assigning S.
- Author:
- Bengt Martensson
-
Constructor Details
-
ValueSetList
public ValueSetList(Long min, Long max, String str) throws ParseException, org.harctoolbox.irp.NameUnassignedException - Throws:
ParseException
org.harctoolbox.irp.NameUnassignedException
-
-
Method Details