| Package | Description |
|---|---|
| quickfix |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dictionary.getBool(String key) |
int |
Dictionary.getDay(String key) |
double |
Dictionary.getDouble(String key) |
long |
Dictionary.getLong(String key) |
String |
Dictionary.getString(String key) |
String |
Dictionary.getString(String key,
boolean capitalize) |
static int |
DayConverter.toInteger(String dayName)
Convert a day name (possibly abbreviated) to an offset.
|
static String |
DayConverter.toString(int dayOffset)
Convert a day offset into a day name.
|
| Constructor and Description |
|---|
DataDictionary(InputStream in)
Initialize a data dictionary from an input stream.
|
DataDictionary(InputStream in,
Supplier<DocumentBuilderFactory> documentBuilderFactorySupplier)
Initialize a data dictionary from an input stream.
|
DataDictionary(String location)
Initialize a data dictionary from a URL or a file path.
|
DataDictionary(String location,
Supplier<DocumentBuilderFactory> documentBuilderFactorySupplier)
Initialize a data dictionary from a URL or a file path.
|
Copyright © 2026. All rights reserved.