public static enum CachedPubSubRepository.RootCollectionSet.State extends Enum<CachedPubSubRepository.RootCollectionSet.State>
| Enum Constant and Description |
|---|
initialized |
loading |
uninitialized |
| Modifier and Type | Method and Description |
|---|---|
static CachedPubSubRepository.RootCollectionSet.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedPubSubRepository.RootCollectionSet.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachedPubSubRepository.RootCollectionSet.State uninitialized
public static final CachedPubSubRepository.RootCollectionSet.State loading
public static final CachedPubSubRepository.RootCollectionSet.State initialized
public static CachedPubSubRepository.RootCollectionSet.State[] values()
for (CachedPubSubRepository.RootCollectionSet.State c : CachedPubSubRepository.RootCollectionSet.State.values()) System.out.println(c);
public static CachedPubSubRepository.RootCollectionSet.State 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 © 2008–2017 Tigase. All rights reserved.