Package eu.bandm.tools.muli
Class MuLi.TextFound
java.lang.Object
eu.bandm.tools.muli.MuLi.TextFound
- Enclosing class:
- MuLi
A class representing the result of calls to
MuLi.get(String...)
and sim.
All fields should only be read.-
Field Summary
Modifier and TypeFieldDescriptionint
The lowest possible index in the original list of keys(=languages) for which a translation was found, or a "-1" when an arbitrarily chosen language had to be substituted.The key(=language) for which the value is returned.The value(=translation text) found. -
Constructor Summary
-
Method Summary
-
Field Details
-
index
public int indexThe lowest possible index in the original list of keys(=languages) for which a translation was found, or a "-1" when an arbitrarily chosen language had to be substituted. -
language
The key(=language) for which the value is returned. -
text
The value(=translation text) found.
-
-
Constructor Details
-
TextFound
-