Package | Description |
---|---|
fmpp.setting |
FMPP settings.
|
Modifier and Type | Field and Description |
---|---|
static Settings.SettingType |
Settings.TYPE_ANY
Any object.
|
static Settings.SettingType |
Settings.TYPE_BOOLEAN
Boolean setting type.
|
static Settings.SettingType |
Settings.TYPE_CFG_RELATIVE_PATH
"Configuration relative path" setting type.
|
static Settings.SettingType |
Settings.TYPE_CFG_RELATIVE_PATHS
"Configuration relative paths" setting type.
|
static Settings.SettingType |
Settings.TYPE_DATA_MODEL
Data model setting type.
|
static Settings.SettingType |
Settings.TYPE_HASH
Hash setting type.
|
static Settings.SettingType |
Settings.TYPE_HASH_OF_SEQUENCE_OF_CFG_RELATIVE_PATHS
Hash-of-configuration-relative-paths setting type.
|
static Settings.SettingType |
Settings.TYPE_INTEGER
Integer setting type.
|
static Settings.SettingType |
Settings.TYPE_LOCAL_DATA_MODEL
Local data model setting type.
|
static Settings.SettingType |
Settings.TYPE_SEQUENCE
Sequence setting type.
|
static Settings.SettingType |
Settings.TYPE_STRING
String setting type.
|
static Settings.SettingType |
Settings.TYPE_UNRESOLVED_CFG_RELATIVE_PATHS
"Unresolved configuration relative paths" setting type.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.define(java.lang.String name,
Settings.SettingType type,
boolean merge,
boolean forceStr)
Defines a new setting.
|