Package velox.api.layer1.annotations
Annotation Interface Layer1StrategyName
Specifies a name for strategy that will be displayed in strategies dialog
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionKey for localization of strategy name.
-
Element Details
-
value
String valueName of strategy that will be used in the settings. IflocalizationKey()is empty orLayer1LocalizationBundleannotation is not present,
then this name will be displayed as a strategy name in the related dialogs.
See alsolocalizationKey()for more details.
-
-
-
localizationKey
String localizationKeyKey for localization of strategy name. If this key is not empty andLayer1LocalizationBundleannotation is present, then the name of the strategy will be taken from the specified localization bundle using this key. This localized name will be used in all displayable dialogs, andvalue()will be used in the settings. If the specified bundle doesn't contain the key, an exception will be thrown when the localized name is retrieved.- Default:
- ""
-