Class LtagTable


  • public final class LtagTable
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        LtagTable()  
        LtagTable​(int version, int flags, int numTags, LtagStringRange tagRange)  
      protected LtagTable​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int flags()
      none currently defined
      int numTags()
      number of language tags which follow
      void setFlags​(int value)
      none currently defined
      void setNumTags​(int value)
      number of language tags which follow
      void setTagRange​(LtagStringRange value)
      first string range starts here
      void setVersion​(int value)
      1
      LtagStringRange tagRange()
      first string range starts here
      int version()
      1
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • LtagTable

        public LtagTable()
      • LtagTable

        protected LtagTable​(org.moe.natj.general.Pointer peer)
      • LtagTable

        public LtagTable​(int version,
                         int flags,
                         int numTags,
                         LtagStringRange tagRange)
    • Method Detail

      • version

        public int version()
        1
      • setVersion

        public void setVersion​(int value)
        1
      • flags

        public int flags()
        none currently defined
      • setFlags

        public void setFlags​(int value)
        none currently defined
      • numTags

        public int numTags()
        number of language tags which follow
      • setNumTags

        public void setNumTags​(int value)
        number of language tags which follow
      • tagRange

        public LtagStringRange tagRange()
        first string range starts here
      • setTagRange

        public void setTagRange​(LtagStringRange value)
        first string range starts here