public static enum FlushService.RefetchType extends java.lang.Enum<FlushService.RefetchType>
| Enum Constant and Description |
|---|
DELAYED_REFETCH |
IMMEDIATE_REFETCH |
NO_REFETCH |
| Modifier and Type | Method and Description |
|---|---|
static FlushService.RefetchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlushService.RefetchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlushService.RefetchType NO_REFETCH
public static final FlushService.RefetchType IMMEDIATE_REFETCH
public static final FlushService.RefetchType DELAYED_REFETCH
public static FlushService.RefetchType[] values()
for (FlushService.RefetchType c : FlushService.RefetchType.values()) System.out.println(c);
public static FlushService.RefetchType 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 - 2018 Adobe Systems Incorporated. All Rights Reserved"