All Known Implementing Classes:
TranslationImpl

public interface Translation
  • Method Summary

    Modifier and Type Method Description
    java.util.Locale getLocale()  
    java.lang.String getText()  
    boolean has​(java.util.Locale locale)  
    void setLocale​(java.util.Locale locale)  
    void setText​(java.lang.String text)  
  • Method Details

    • getLocale

      java.util.Locale getLocale()
    • setLocale

      void setLocale​(java.util.Locale locale)
    • getText

      java.lang.String getText()
    • setText

      void setText​(java.lang.String text)
    • has

      boolean has​(java.util.Locale locale)