Uses of Class
de.jstacs.parameters.SimpleParameter.DatatypeNotValidException

Packages that use SimpleParameter.DatatypeNotValidException
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of SimpleParameter.DatatypeNotValidException in de.jstacs.parameters
 

Methods in de.jstacs.parameters that throw SimpleParameter.DatatypeNotValidException
protected  void CollectionParameter.createParameterSet(Object[] values, String[] keys, String[] comments)
          Creates a new ParameterSet from an array of values, an array of names, and an array of comments.
 

Constructors in de.jstacs.parameters that throw SimpleParameter.DatatypeNotValidException
CollectionParameter(DataType datatype, String[] keys, Object[] values, String[] comments, String name, String comment, boolean required)
          Constructor for a CollectionParameter.
CollectionParameter(DataType datatype, String[] keys, Object[] values, String name, String comment, boolean required)
          Constructor for a CollectionParameter.
MultiSelectionCollectionParameter(DataType datatype, String[] keys, Object[] values, String[] comments, String name, String comment, boolean required)
          Constructor for a MultiSelectionCollectionParameter.
MultiSelectionCollectionParameter(DataType datatype, String[] keys, Object[] values, String name, String comment, boolean required)
          Constructor for a MultiSelectionCollectionParameter.
SimpleParameter(DataType datatype, String name, String comment, boolean required)
          Constructor for a SimpleParameter without validator
SimpleParameter(DataType datatype, String name, String comment, boolean required, ParameterValidator validator)
          Constructor for a SimpleParameter with a ParameterValidator.