Class MamdaFieldState


  • public class MamdaFieldState
    extends java.lang.Object
    An enumeration representing field state. MODIFIED (0) value indicates the field was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (2) value indicates that the field has never been updated
    • Constructor Summary

      Constructors 
      Constructor Description
      MamdaFieldState()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getState()  
      void setState​(short state)  
      static java.lang.String toString​(short fieldState)
      Convert a MamdaFieldState to an appropriate, displayable string.
      • Methods inherited from class java.lang.Object

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

      • MamdaFieldState

        public MamdaFieldState()
    • Method Detail

      • toString

        public static java.lang.String toString​(short fieldState)
        Convert a MamdaFieldState to an appropriate, displayable string.
        Parameters:
        fieldState - The Field State as a short.
      • setState

        public void setState​(short state)
      • getState

        public short getState()