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