org.tigris.scarab.tools.localization
Interface LocalizationKey
- All Superinterfaces:
- Localizable
- All Known Implementing Classes:
- L10NKey
- public interface LocalizationKey
- extends Localizable
A tag interface to identify the key used by the localization module,
in order to enforce strong typing.
LocalizationKey instances are primarily used in conjunction with
LocalizationMessage instances.
- Version:
- $Id: LocalizationKey.java 9165 2004-10-11 08:52:46Z dep4b $
- Author:
- Hussayn Dabbous
- See Also:
LocalizationMessage
|
Method Summary |
java.lang.String |
toString()
|
toString
public java.lang.String toString()
- Returns:
- the
String representation of the key
Copyright © 2000-2004 Tigris.org. All Rights Reserved.