public static enum CollectingError.Severity extends java.lang.Enum<CollectingError.Severity>
Enum Constant and Description |
---|
ERROR
Error message (e.g.
|
FATAL
Fatal message (e.g.
|
INFO
Information message
|
WARNING
Warning message.(e.g.
|
Modifier and Type | Method and Description |
---|---|
static CollectingError.Severity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollectingError.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectingError.Severity INFO
public static final CollectingError.Severity WARNING
public static final CollectingError.Severity ERROR
public static final CollectingError.Severity FATAL
public static CollectingError.Severity[] values()
for (CollectingError.Severity c : CollectingError.Severity.values()) System.out.println(c);
public static CollectingError.Severity valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null© Copyright Syncro Soft SRL 2002 - 2022. All rights reserved.