Enum Class Database.MirrorFlag

java.lang.Object
java.lang.Enum<Database.MirrorFlag>
uk.co.sculptor.kflibjava.Database.MirrorFlag
All Implemented Interfaces:
Serializable, Comparable<Database.MirrorFlag>, Constable
Enclosing class:
Database

public static enum Database.MirrorFlag extends Enum<Database.MirrorFlag>
Database mirror flag enumeration
  • Enum Constant Details

    • RECREATE_LOGFILE

      public static final Database.MirrorFlag RECREATE_LOGFILE
      Create a new error log file
  • Method Details

    • values

      public static Database.MirrorFlag[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Database.MirrorFlag valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getScValue

      public static int getScValue(EnumSet<Database.MirrorFlag> flags)
      Convert an EnumSet of MirrorFlags to the Sculptor value used on the server.
      Parameters:
      flags - Database.MirrorFlag Enumerator set
      Returns:
      The Sculptor value used on KfServer.
    • getInt

      public int getInt()
      Returns the Database mirror flags as the int value used on KfServer
      Returns:
      mirror flags as the int value used on KfServer