public enum ConfigEventType extends Enum<ConfigEventType> implements net.thevpc.nuts.NutsEnum
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
static ConfigEventType |
parseLenient(String value) |
static ConfigEventType |
parseLenient(String value,
ConfigEventType emptyOrErrorValue) |
static ConfigEventType |
parseLenient(String value,
ConfigEventType emptyValue,
ConfigEventType errorValue) |
static ConfigEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigEventType API
public static final ConfigEventType RUNTIME
public static final ConfigEventType BOOT
public static final ConfigEventType MAIN
public static final ConfigEventType SECURITY
public static ConfigEventType[] values()
for (ConfigEventType c : ConfigEventType.values()) System.out.println(c);
public static ConfigEventType 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 nullpublic String id()
id in interface net.thevpc.nuts.NutsEnumpublic static ConfigEventType parseLenient(String value)
public static ConfigEventType parseLenient(String value, ConfigEventType emptyOrErrorValue)
public static ConfigEventType parseLenient(String value, ConfigEventType emptyValue, ConfigEventType errorValue)
Copyright © 2021 vpc open source initiative. All rights reserved.