Class LightIdInsertProp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getNext() The first value when auto-insert, recommended to start with 1000, as the value below is used manually.
      void setNext(long next) The first value when auto-insert, recommended to start with 1000, as the value below is used manually.
      int getStep() The step value when auto-insert.
      void setStep(int step) The step value when auto-insert.
      boolean isAuto() If the current ID of name and block does not exist, insert new one or throw an exception.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setAuto(boolean auto) If the current ID of name and block does not exist, insert new one or throw an exception.
      • Methods inherited from class java.lang.Object

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

      • LightIdInsertProp

        LightIdInsertProp()
    • Method Detail

      • getNext

         long getNext()

        The first value when auto-insert, recommended to start with 1000, as the value below is used manually.

      • setNext

         void setNext(long next)

        The first value when auto-insert, recommended to start with 1000, as the value below is used manually.

      • getStep

         int getStep()

        The step value when auto-insert.

      • setStep

         void setStep(int step)

        The step value when auto-insert.

      • isAuto

         boolean isAuto()

        If the current ID of name and block does not exist, insert new one or throw an exception.

      • setAuto

         void setAuto(boolean auto)

        If the current ID of name and block does not exist, insert new one or throw an exception.