Class KerxStateEntry


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

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

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

      • KerxStateEntry

        public KerxStateEntry()
      • KerxStateEntry

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

        public KerxStateEntry​(char newState,
                              char flags,
                              char valueIndex)
    • Method Detail

      • newState

        public char newState()
      • setNewState

        public void setNewState​(char value)
      • flags

        public char flags()
        flags per above enum
      • setFlags

        public void setFlags​(char value)
        flags per above enum
      • valueIndex

        public char valueIndex()
      • setValueIndex

        public void setValueIndex​(char value)