Enum Class LogTypeEnum

java.lang.Object
java.lang.Enum<LogTypeEnum>
com.maplander.backend.enums.manage.LogTypeEnum
All Implemented Interfaces:
Serializable, Comparable<LogTypeEnum>, Constable

public enum LogTypeEnum extends Enum<LogTypeEnum>
  • Enum Constant Details

    • ANNOUNCE_PROPERTY

      public static final LogTypeEnum ANNOUNCE_PROPERTY
    • HIDE_PROPERTY

      public static final LogTypeEnum HIDE_PROPERTY
    • ARCHIVE_PROPERTY

      public static final LogTypeEnum ARCHIVE_PROPERTY
    • UNARCHIVE_PROPERTY

      public static final LogTypeEnum UNARCHIVE_PROPERTY
    • CREATE_PROPERTY

      public static final LogTypeEnum CREATE_PROPERTY
    • UPDATE_PROPERTY

      public static final LogTypeEnum UPDATE_PROPERTY
    • DELETE_PROPERTY

      public static final LogTypeEnum DELETE_PROPERTY
  • Method Details

    • values

      public static LogTypeEnum[] 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 LogTypeEnum 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