public static enum AutoAdminTask.PollFunction extends Enum<AutoAdminTask.PollFunction>
| Enum Constant and Description |
|---|
DELETED_FILES |
NEW_FILES |
UPDATED_FILES |
| Modifier and Type | Method and Description |
|---|---|
static AutoAdminTask.PollFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoAdminTask.PollFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoAdminTask.PollFunction NEW_FILES
public static final AutoAdminTask.PollFunction DELETED_FILES
public static final AutoAdminTask.PollFunction UPDATED_FILES
public static AutoAdminTask.PollFunction[] values()
for (AutoAdminTask.PollFunction c : AutoAdminTask.PollFunction.values()) System.out.println(c);
public static AutoAdminTask.PollFunction 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 © 2011-2016 OpenESB Community. All Rights Reserved.