FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
constant string | CONFIG_BASE_CURRENCY := "BASE_CURRENCY"
This constant value defines the name of the configuration item used to configure what base currency the Currency Converter will use when constructing symbols. |
constant string | CONFIG_CROSS_CURRENCY_INFO := "CROSS_CURRENCY_INFO"
This constant value defines the name of the configuration item used to configure the cross currency pairs the Currency Converter will use when constructing symbols. |
constant string | CONFIG_CURRENCIES := "CURRENCIES"
This constant value defines the name of the configuration item used to configure the sequence of currencies the Currency Converter will use when constructing symbols. |
constant string | CONFIG_CURRENCY_SEPARATOR := "CURRENCY_SEPARATOR"
This constant value defines the name of the configuration item used to configure what currency separator the Currency Converter will use when constructing or splitting symbols. |
constant string | CONFIG_DEFAULT_CURRENCY_SEPARATOR := "/"
This constant value defines the default value for the CONFIG_CURRENCY_SEPARATOR parameter. |
constant boolean | CONFIG_DEFAULT_ENABLE_PERSISTENCE := false
The Enable Persistence default configuration value is false. |
constant float | CONFIG_DEFAULT_TIMEOUT_DURATION := 5.0
This constant value defines the default value for the timeout duration configuration used for event communication. |
constant float | CONFIG_DEFAULT_UPDATE_TIMEOUT := 0.5
This constant value defines the default value for the update timeout. |
constant string | CONFIG_ENABLE_PERSISTENCE := "EnablePersistence"
The Enable Persistence configuration key that indicates whether or not persistence is enabled for the Currency Converter. The default value is false. |
constant string | CONFIG_SYMBOLS := "SYMBOLS"
This constant value defines the name of the configuration item used to configure what full symbols the Currency Converter will process in the format "CCY1/CCY2". |
constant string | CONFIG_TIMEOUT_DURATION := "TIMEOUT_DURATION"
This constant value defines the name of the configuration item used to configure the timeout duration for event communication. |
constant string | CONFIG_UPDATE_TIMEOUT := "UPDATE_TIMEOUT"
This constant value defines the name of the configuration item used to define the timeout to update the currency values. Zero if disabled. |
constant string | CONFIGSTORE_PATH_DEFAULT := "CurrencyConverter.sqlite"
The default file and path configuration value for the Currency Converter Configuration Store tables. |
constant string | CONFIGSTORE_PATH_KEY := "ConfigStorePath"
The configuration key value for setting the Currency Converter default file and path for its Configuration Store tables. This can be used to override the default storage location that the Currency Converter uses. |
constant string | CURRENCY_CONVERTER_SERVICE_TYPE := "CurrencyConverter"
The name of the Currency Converter Service that is registered with the CMF Service Framework. |
constant string | DEFAULT_FIELD_NAME := "VALUE"
This constant value defines the default field name used by the Currency Converter and Calculation Extension. |
Constant detail |
---|
constant string CONFIG_BASE_CURRENCY := "BASE_CURRENCY"This constant value defines the name of the configuration item used to configure what base currency the Currency Converter will use when constructing symbols.
constant string CONFIG_CROSS_CURRENCY_INFO := "CROSS_CURRENCY_INFO"This constant value defines the name of the configuration item used to configure the cross currency pairs the Currency Converter will use when constructing symbols.
constant string CONFIG_CURRENCIES := "CURRENCIES"This constant value defines the name of the configuration item used to configure the sequence of currencies the Currency Converter will use when constructing symbols.
constant string CONFIG_CURRENCY_SEPARATOR := "CURRENCY_SEPARATOR"This constant value defines the name of the configuration item used to configure what currency separator the Currency Converter will use when constructing or splitting symbols.
constant string CONFIG_DEFAULT_CURRENCY_SEPARATOR := "/"This constant value defines the default value for the CONFIG_CURRENCY_SEPARATOR parameter.
constant boolean CONFIG_DEFAULT_ENABLE_PERSISTENCE := falseThe Enable Persistence default configuration value is false.
constant float CONFIG_DEFAULT_TIMEOUT_DURATION := 5.0This constant value defines the default value for the timeout duration configuration used for event communication.
constant float CONFIG_DEFAULT_UPDATE_TIMEOUT := 0.5This constant value defines the default value for the update timeout.
constant string CONFIG_ENABLE_PERSISTENCE := "EnablePersistence"The Enable Persistence configuration key that indicates whether or not persistence is enabled for the Currency Converter. The default value is false.
constant string CONFIG_SYMBOLS := "SYMBOLS"This constant value defines the name of the configuration item used to configure what full symbols the Currency Converter will process in the format "CCY1/CCY2".
constant string CONFIG_TIMEOUT_DURATION := "TIMEOUT_DURATION"This constant value defines the name of the configuration item used to configure the timeout duration for event communication.
constant string CONFIG_UPDATE_TIMEOUT := "UPDATE_TIMEOUT"This constant value defines the name of the configuration item used to define the timeout to update the currency values. Zero if disabled.
constant string CONFIGSTORE_PATH_DEFAULT := "CurrencyConverter.sqlite"The default file and path configuration value for the Currency Converter Configuration Store tables.
constant string CONFIGSTORE_PATH_KEY := "ConfigStorePath"The configuration key value for setting the Currency Converter default file and path for its Configuration Store tables. This can be used to override the default storage location that the Currency Converter uses.
constant string CURRENCY_CONVERTER_SERVICE_TYPE := "CurrencyConverter"The name of the Currency Converter Service that is registered with the CMF Service Framework.
constant string DEFAULT_FIELD_NAME := "VALUE"This constant value defines the default field name used by the Currency Converter and Calculation Extension.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |