protected static enum XMLDOMNodeList.EffectOnCache extends Enum<XMLDOMNodeList.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 XMLDOMNodeList.EffectOnCache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLDOMNodeList.EffectOnCache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLDOMNodeList.EffectOnCache NONE
public static final XMLDOMNodeList.EffectOnCache RESET
public static XMLDOMNodeList.EffectOnCache[] values()
for (XMLDOMNodeList.EffectOnCache c : XMLDOMNodeList.EffectOnCache.values()) System.out.println(c);
public static XMLDOMNodeList.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–2016 Gargoyle Software Inc.. All rights reserved.