public static enum CacheHandler.TRI_STATE extends java.lang.Enum<CacheHandler.TRI_STATE>
Enum Constant and Description |
---|
NEXT_HANDLER |
NO |
YES |
Modifier and Type | Method and Description |
---|---|
static CacheHandler.TRI_STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CacheHandler.TRI_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheHandler.TRI_STATE YES
public static final CacheHandler.TRI_STATE NO
public static final CacheHandler.TRI_STATE NEXT_HANDLER
public static CacheHandler.TRI_STATE[] values()
for (CacheHandler.TRI_STATE c : CacheHandler.TRI_STATE.values()) System.out.println(c);
public static CacheHandler.TRI_STATE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"