Class STXEntryOne


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

      Constructors 
      Modifier Constructor Description
        STXEntryOne()  
        STXEntryOne​(char newState, char flags, char index1)  
      protected STXEntryOne​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char flags()  
      char index1()  
      char newState()  
      void setFlags​(char value)  
      void setIndex1​(char value)  
      void setNewState​(char value)  
      • 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

      • STXEntryOne

        public STXEntryOne()
      • STXEntryOne

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

        public STXEntryOne​(char newState,
                           char flags,
                           char index1)
    • Method Detail

      • newState

        public char newState()
      • setNewState

        public void setNewState​(char value)
      • flags

        public char flags()
      • setFlags

        public void setFlags​(char value)
      • index1

        public char index1()
      • setIndex1

        public void setIndex1​(char value)