| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSelectionParameter.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. |
| Constructor and Description |
|---|
AbstractSelectionParameter(DataType datatype,
String[] keys,
Object[] values,
String[] comments,
String name,
String comment,
boolean required)
Constructor for a
AbstractSelectionParameter. |
AbstractSelectionParameter(DataType datatype,
String[] keys,
Object[] values,
String name,
String comment,
boolean required)
Constructor for a
AbstractSelectionParameter of SimpleParameters. |
MultiSelectionParameter(DataType datatype,
String[] keys,
Object[] values,
String[] comments,
String name,
String comment,
boolean required)
Constructor for a
MultiSelectionParameter. |
MultiSelectionParameter(DataType datatype,
String[] keys,
Object[] values,
String name,
String comment,
boolean required)
Constructor for a
MultiSelectionParameter. |
SelectionParameter(DataType datatype,
String[] keys,
Object[] values,
String[] comments,
String name,
String comment,
boolean required)
Constructor for a
SelectionParameter. |
SelectionParameter(DataType datatype,
String[] keys,
Object[] values,
String name,
String comment,
boolean required)
Constructor for a
SelectionParameter. |