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