public static enum SimplCache.WRITE_BACK_TYPE extends Enum<SimplCache.WRITE_BACK_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static SimplCache.WRITE_BACK_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplCache.WRITE_BACK_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimplCache.WRITE_BACK_TYPE AUTO
public static final SimplCache.WRITE_BACK_TYPE NO_AUTO
public static SimplCache.WRITE_BACK_TYPE[] values()
for (SimplCache.WRITE_BACK_TYPE c : SimplCache.WRITE_BACK_TYPE.values()) System.out.println(c);
public static SimplCache.WRITE_BACK_TYPE 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 © 2020. All rights reserved.