protected static enum NodeList.EffectOnCache extends Enum<NodeList.EffectOnCache>
| Enum Constant and Description |
|---|
NONE
No effect, cache is still valid.
|
RESET
Cache is not valid anymore and should be reset.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeList.EffectOnCache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeList.EffectOnCache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeList.EffectOnCache NONE
public static final NodeList.EffectOnCache RESET
public static NodeList.EffectOnCache[] values()
for (NodeList.EffectOnCache c : NodeList.EffectOnCache.values()) System.out.println(c);
public static NodeList.EffectOnCache 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–2014 Gargoyle Software Inc.. All rights reserved.