public static enum GossipApplicationStore.InternalState extends Enum<GossipApplicationStore.InternalState>
| Enum Constant and Description |
|---|
ACTIVATED |
DEACTIVATED |
INSTALLED |
| Modifier and Type | Method and Description |
|---|---|
static GossipApplicationStore.InternalState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GossipApplicationStore.InternalState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GossipApplicationStore.InternalState INSTALLED
public static final GossipApplicationStore.InternalState ACTIVATED
public static final GossipApplicationStore.InternalState DEACTIVATED
public static GossipApplicationStore.InternalState[] values()
for (GossipApplicationStore.InternalState c : GossipApplicationStore.InternalState.values()) System.out.println(c);
public static GossipApplicationStore.InternalState 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 © 2015. All rights reserved.