Enum Class DisplayIconMode

java.lang.Object
java.lang.Enum<DisplayIconMode>
org.eblocker.server.common.data.DisplayIconMode
All Implemented Interfaces:
Serializable, Comparable<DisplayIconMode>, java.lang.constant.Constable

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

  • Method Details

    • values

      public static DisplayIconMode[] 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 DisplayIconMode 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
    • generateFrom

      public static DisplayIconMode generateFrom(boolean enabled, boolean fiveSeconds, boolean browserOnly)
    • isEnabled

      public boolean isEnabled()
    • isFiveSeconds

      public boolean isFiveSeconds()
    • isBrowserOnly

      public boolean isBrowserOnly()
    • getDefault

      public static DisplayIconMode getDefault()