public static enum FlushService.RefetchType extends Enum<FlushService.RefetchType>
| Enum Constant and Description |
|---|
DELAYED_REFETCH |
IMMEDIATE_REFETCH |
NO_REFETCH |
| Modifier and Type | Method and Description |
|---|---|
static FlushService.RefetchType |
valueOf(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(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"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"