Class MuLi.TextFound

java.lang.Object
eu.bandm.tools.muli.MuLi.TextFound
Enclosing class:
MuLi

public static class MuLi.TextFound extends Object
A class representing the result of calls to MuLi.get(String...) and sim. All fields should only be read.
  • Field Details

    • index

      public int index
      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.
    • language

      public String language
      The key(=language) for which the value is returned.
    • text

      public String text
      The value(=translation text) found.
  • Constructor Details