Package | Description |
---|---|
de.innovationgate.wga.modules |
Base classes of the OpenWGA module registry
|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Modifier and Type | Method and Description |
---|---|
OptionDefinition |
OptionDefinitionsMap.put(java.lang.String key,
OptionDefinition value) |
Modifier and Type | Method and Description |
---|---|
void |
OptionDefinitionsMap.addOption(OptionDefinition def)
Adds an option definition to the map
|
OptionDefinition |
OptionDefinitionsMap.put(java.lang.String key,
OptionDefinition value) |
Modifier and Type | Class and Description |
---|---|
class |
BasicOptionDefinition
A very basic implementation of
OptionDefinition which merely is a bean containing all those retrievable information in an un-localized form and offering simple setters for them. |
class |
DefaultOptionDefinition
A very basic option definition without extra behaviour, to use internally when no explicit definition is available
|
class |
LocalizedOptionDefinition
Implementation of an option definition providing localized information.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
OptionReader.unconvertOptionValue(OptionDefinition optDef,
java.lang.Object value)
Unconverts an option value to the native data type, based on the given option definition
|