public static enum IntegrationTestTools.CacheConfig extends Enum<IntegrationTestTools.CacheConfig>
Modifier and Type | Method and Description |
---|---|
static IntegrationTestTools.CacheConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationTestTools.CacheConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationTestTools.CacheConfig without
public static final IntegrationTestTools.CacheConfig normal
public static final IntegrationTestTools.CacheConfig extended
public static final IntegrationTestTools.CacheConfig full
public static IntegrationTestTools.CacheConfig[] values()
for (IntegrationTestTools.CacheConfig c : IntegrationTestTools.CacheConfig.values()) System.out.println(c);
public static IntegrationTestTools.CacheConfig 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 null