public static enum AccountChangeEvent.EventType extends Enum<AccountChangeEvent.EventType>
| Enum Constant and Description |
|---|
ACCOUNT_CHANGED |
ALL_ACCOUNTS_CHANGED |
STORAGE_PROVIDER_CACHE_ON_NODE_CHANGED |
STORAGE_PROVIDERS_CHANGED |
USERS_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static AccountChangeEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountChangeEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountChangeEvent.EventType ACCOUNT_CHANGED
public static final AccountChangeEvent.EventType USERS_CHANGED
public static final AccountChangeEvent.EventType STORAGE_PROVIDERS_CHANGED
public static final AccountChangeEvent.EventType ALL_ACCOUNTS_CHANGED
public static final AccountChangeEvent.EventType STORAGE_PROVIDER_CACHE_ON_NODE_CHANGED
public static AccountChangeEvent.EventType[] values()
for (AccountChangeEvent.EventType c : AccountChangeEvent.EventType.values()) System.out.println(c);
public static AccountChangeEvent.EventType 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 © 2009–2019 DuraSpace. All rights reserved.