public enum CSVMessageLevel extends Enum<CSVMessageLevel>
Enum Constant and Description |
---|
ERROR
Error level
|
INFO
Info level
|
Modifier and Type | Method and Description |
---|---|
static CSVMessageLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVMessageLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSVMessageLevel ERROR
public static final CSVMessageLevel INFO
public static CSVMessageLevel[] values()
for (CSVMessageLevel c : CSVMessageLevel.values()) System.out.println(c);
public static CSVMessageLevel 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 © 2020 City of Paris. All rights reserved.