Class LangElement


  • public class LangElement
    extends java.lang.Object
    LangElement is a simple little internal class to keep track of tags and the langs
    • Constructor Summary

      Constructors 
      Constructor Description
      LangElement​(Tag tag, java.util.Locale locale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()  
      Tag getTag()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LangElement

        public LangElement​(Tag tag,
                           java.util.Locale locale)
    • Method Detail

      • getTag

        public Tag getTag()
      • getLocale

        public java.util.Locale getLocale()