public static enum PolicyProviderEvent.ID extends Enum<PolicyProviderEvent.ID>
| Enum Constant and Description |
|---|
POLICY_IMPLEMENTATION_CHANGED
An identifier used to express that the implementation of a policy has
been replaced with a new / different one.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyProviderEvent.ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyProviderEvent.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyProviderEvent.ID POLICY_IMPLEMENTATION_CHANGED
IPolicyProvider.setPolicy(Class, IPolicy)public static PolicyProviderEvent.ID[] values()
for (PolicyProviderEvent.ID c : PolicyProviderEvent.ID.values()) System.out.println(c);
public static PolicyProviderEvent.ID 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 © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.