public static enum WatcherEx.UpdateType extends java.lang.Enum<WatcherEx.UpdateType>
| Enum Constant and Description |
|---|
Update |
UpdateForAddPolicies |
UpdateForAddPolicy |
UpdateForRemoveFilteredPolicy |
UpdateForRemovePolicies |
UpdateForRemovePolicy |
UpdateForSavePolicy |
UpdateForUpdatePolicies |
UpdateForUpdatePolicy |
| Modifier and Type | Method and Description |
|---|---|
static WatcherEx.UpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WatcherEx.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatcherEx.UpdateType Update
public static final WatcherEx.UpdateType UpdateForAddPolicies
public static final WatcherEx.UpdateType UpdateForAddPolicy
public static final WatcherEx.UpdateType UpdateForRemoveFilteredPolicy
public static final WatcherEx.UpdateType UpdateForRemovePolicies
public static final WatcherEx.UpdateType UpdateForRemovePolicy
public static final WatcherEx.UpdateType UpdateForSavePolicy
public static final WatcherEx.UpdateType UpdateForUpdatePolicies
public static final WatcherEx.UpdateType UpdateForUpdatePolicy
public static WatcherEx.UpdateType[] values()
for (WatcherEx.UpdateType c : WatcherEx.UpdateType.values()) System.out.println(c);
public static WatcherEx.UpdateType 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 nullCopyright © 2017–2023. All rights reserved.