public static enum UaNodeSet.Log.Event.Level extends Enum<UaNodeSet.Log.Event.Level>
| Enum Constant and Description |
|---|
ERROR
Most critical notes.
|
INFO
A note type event.
|
WARNING
Something more critical than INFO, but still something SDK can make do.
|
| Modifier and Type | Method and Description |
|---|---|
static UaNodeSet.Log.Event.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UaNodeSet.Log.Event.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UaNodeSet.Log.Event.Level INFO
public static final UaNodeSet.Log.Event.Level WARNING
public static final UaNodeSet.Log.Event.Level ERROR
public static UaNodeSet.Log.Event.Level[] values()
for (UaNodeSet.Log.Event.Level c : UaNodeSet.Log.Event.Level.values()) System.out.println(c);
public static UaNodeSet.Log.Event.Level 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 © 2026. All rights reserved.