|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.core.i18n.entry.AbstractEntry<Type>
public class AbstractEntry<Type>
Constructor Summary | |
---|---|
AbstractEntry(String aKey,
Type aValue)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEntry(String aKey, Type aValue)
Method Detail |
---|
public String getKey()
DictionaryEntry
getKey
in interface DictionaryEntry<Type>
public String getDefaultString()
DictionaryEntry
getDefaultString
in interface DictionaryEntry<Type>
public String getString()
DictionaryEntry
getString
in interface DictionaryEntry<Type>
public Type getLocalized()
DictionaryEntry
getLocalized
in interface DictionaryEntry<Type>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |