Interface DictionaryLanguage
-
public interface DictionaryLanguageDescription of dictionary language.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Get index of dictionary language referenced byDictionaryEntry.getLanguageIndex().java.lang.StringgetName()Get human readable name of the dictionary language.
-
-
-
Method Detail
-
getIndex
int getIndex()
Get index of dictionary language referenced byDictionaryEntry.getLanguageIndex().- Returns:
- index of the language
-
getName
java.lang.String getName()
Get human readable name of the dictionary language.- Returns:
- name of the language
-
-