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