public static enum HeadlessMapProvider.NotificationLevel extends Enum<HeadlessMapProvider.NotificationLevel>
| Enum Constant and Description |
|---|
ERROR |
ERROR_REASON |
EXPERT |
INFO |
SUCCESS |
TIP |
UNLOCKED |
WARN |
| Modifier and Type | Method and Description |
|---|---|
static HeadlessMapProvider.NotificationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadlessMapProvider.NotificationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeadlessMapProvider.NotificationLevel TIP
public static final HeadlessMapProvider.NotificationLevel INFO
public static final HeadlessMapProvider.NotificationLevel SUCCESS
public static final HeadlessMapProvider.NotificationLevel EXPERT
public static final HeadlessMapProvider.NotificationLevel WARN
public static final HeadlessMapProvider.NotificationLevel ERROR
public static final HeadlessMapProvider.NotificationLevel ERROR_REASON
public static final HeadlessMapProvider.NotificationLevel UNLOCKED
public static HeadlessMapProvider.NotificationLevel[] values()
for (HeadlessMapProvider.NotificationLevel c : HeadlessMapProvider.NotificationLevel.values()) System.out.println(c);
public static HeadlessMapProvider.NotificationLevel 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 © 2012–2025 cismet GmbH. All rights reserved.