Enum Class CacheEnum

java.lang.Object
java.lang.Enum<CacheEnum>
org.qubership.atp.dataset.constants.CacheEnum
All Implemented Interfaces:
Serializable, Comparable<CacheEnum>, Constable

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

    • AUTH_PROJECT_CACHE

      public static final CacheEnum AUTH_PROJECT_CACHE
    • PROJECT_CACHE

      public static final CacheEnum PROJECT_CACHE
    • DATASET_LIST_CONTEXT_CACHE

      public static final CacheEnum DATASET_LIST_CONTEXT_CACHE
    • JAVERS_DIFF_CACHE

      public static final CacheEnum JAVERS_DIFF_CACHE
    • PARAMETER_CACHE

      public static final CacheEnum PARAMETER_CACHE
  • Method Details

    • values

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