org.keridwen.core.i18n.entry
Interface DictionaryEntry<Type>

All Known Implementing Classes:
AbstractEntry, IconDictionaryEntry, ImageDictionaryEntry, StringEntry

public interface DictionaryEntry<Type>


Method Summary
 String getDefaultString()
          Gets the localized string associated with the dictionary entry for the default locale.
 String getKey()
          Gets the key of the dictionary entry.
 Type getLocalized()
          Gets the localized data associated with the dictionary entry.
 String getString()
          Gets the localized string associated with the dictionary entry.
 

Method Detail

getKey

String getKey()
Gets the key of the dictionary entry.

Returns:
the dictionary entry key

getDefaultString

String getDefaultString()
Gets the localized string associated with the dictionary entry for the default locale.

Returns:
the localized string

getString

String getString()
Gets the localized string associated with the dictionary entry.

Returns:
the localized string

getLocalized

Type getLocalized()
Gets the localized data associated with the dictionary entry.

Returns:
the localized data


Copyright © 2011-2013 Artenum. All Rights Reserved.