| Package | Description |
|---|---|
| de.jstacs.io |
Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and
Storables to an XML-representation. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ParameterSetParser.getBooleanFromParameter(Parameter par)
|
static byte |
ParameterSetParser.getByteFromParameter(Parameter par)
|
static double |
ParameterSetParser.getDoubleFromParameter(Parameter par)
|
static float |
ParameterSetParser.getFloatFromParameter(Parameter par)
|
static int |
ParameterSetParser.getIntFromParameter(Parameter par)
|
static long |
ParameterSetParser.getLongFromParameter(Parameter par)
|
static short |
ParameterSetParser.getShortFromParameter(Parameter par)
|
static String |
ParameterSetParser.getStringFromParameter(Parameter par)
|