Enum Class CacheKey

java.lang.Object
java.lang.Enum<CacheKey>
ch.cern.eam.wshub.core.tools.CacheKey
All Implemented Interfaces:
Serializable, Comparable<CacheKey>, Constable

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

    • FINDINGS

      public static final CacheKey FINDINGS
    • SCREEN_LAYOUT

      public static final CacheKey SCREEN_LAYOUT
    • SCREEN_LAYOUT_LABEL

      public static final CacheKey SCREEN_LAYOUT_LABEL
    • GRID_ID

      public static final CacheKey GRID_ID
    • GRID_FIELD

      public static final CacheKey GRID_FIELD
  • Method Details

    • values

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