public static enum LocalQCacheOp.Action extends Enum<LocalQCacheOp.Action>
Enum Constant and Description |
---|
PUT |
REMOVE |
REMOVE_ALL |
Modifier and Type | Method and Description |
---|---|
static LocalQCacheOp.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalQCacheOp.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalQCacheOp.Action PUT
public static final LocalQCacheOp.Action REMOVE
public static final LocalQCacheOp.Action REMOVE_ALL
public static LocalQCacheOp.Action[] values()
for (LocalQCacheOp.Action c : LocalQCacheOp.Action.values()) System.out.println(c);
public static LocalQCacheOp.Action 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 © 2002-2019 Atlassian. All Rights Reserved.