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