public static enum IP2LocationEventLog.EventType extends Enum<IP2LocationEventLog.EventType>
| Enum Constant and Description |
|---|
ERRORError event. |
INFOInformational event. |
WARNINGWarning event. |
| Modifier and Type | Method and Description |
|---|---|
static IP2LocationEventLog.EventType | valueOf(String name)Returns the enum constant of this type with the specified name. |
static IP2LocationEventLog.EventType[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final IP2LocationEventLog.EventType INFO
public static final IP2LocationEventLog.EventType WARNING
public static final IP2LocationEventLog.EventType ERROR
public static IP2LocationEventLog.EventType[] values()
for (IP2LocationEventLog.EventType c : IP2LocationEventLog.EventType.values()) System.out.println(c);
public static IP2LocationEventLog.EventType 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 nullPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.