Class STXEntryZero


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

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

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

      • STXEntryZero

        public STXEntryZero()
      • STXEntryZero

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

        public STXEntryZero​(char newState,
                            char flags)
    • Method Detail

      • newState

        public char newState()
      • setNewState

        public void setNewState​(char value)
      • flags

        public char flags()
      • setFlags

        public void setFlags​(char value)