public enum ConfigEventType extends Enum<ConfigEventType> implements NEnum
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
static NOptional<ConfigEventType> |
parse(String value) |
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 static NOptional<ConfigEventType> parse(String value)
Copyright © 2026 vpc open source initiative. All rights reserved.