public enum CacheKey extends Enum<CacheKey>
| Enum Constant and Description |
|---|
FINDINGS |
GRID_FIELD |
GRID_ID |
SCREEN_LAYOUT |
SCREEN_LAYOUT_LABEL |
| Modifier and Type | Method and Description |
|---|---|
static CacheKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheKey FINDINGS
public static final CacheKey SCREEN_LAYOUT
public static final CacheKey SCREEN_LAYOUT_LABEL
public static final CacheKey GRID_ID
public static final CacheKey GRID_FIELD
public static CacheKey[] values()
for (CacheKey c : CacheKey.values()) System.out.println(c);
public static CacheKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 CERN European Organization for Nuclear Research. All rights reserved.