public static enum CacheContainerAdmin.AdminFlag extends Enum<CacheContainerAdmin.AdminFlag>
Enum Constant and Description |
---|
PERMANENT
Deprecated.
configurations are now always permanent by default. Use the
VOLATILE flag to obtain the opposite behaviour. |
VOLATILE |
Modifier and Type | Method and Description |
---|---|
static EnumSet<CacheContainerAdmin.AdminFlag> |
fromString(String s) |
static CacheContainerAdmin.AdminFlag |
valueOf(int index) |
static CacheContainerAdmin.AdminFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheContainerAdmin.AdminFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final CacheContainerAdmin.AdminFlag PERMANENT
VOLATILE
flag to obtain the opposite behaviour.public static final CacheContainerAdmin.AdminFlag VOLATILE
public static CacheContainerAdmin.AdminFlag[] values()
for (CacheContainerAdmin.AdminFlag c : CacheContainerAdmin.AdminFlag.values()) System.out.println(c);
public static CacheContainerAdmin.AdminFlag 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 nullpublic static CacheContainerAdmin.AdminFlag valueOf(int index)
public static EnumSet<CacheContainerAdmin.AdminFlag> fromString(String s)
Copyright © 2021 JBoss by Red Hat. All rights reserved.