public static enum FCMessage.ESeverity extends Enum<FCMessage.ESeverity>
Modifier and Type | Method and Description |
---|---|
static FCMessage.ESeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FCMessage.ESeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FCMessage.ESeverity WARN
public static final FCMessage.ESeverity ERROR
public static final FCMessage.ESeverity INFO
public static FCMessage.ESeverity[] values()
for (FCMessage.ESeverity c : FCMessage.ESeverity.values()) System.out.println(c);
public static FCMessage.ESeverity 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 © 2021 XIMA MEDIA GmbH. All rights reserved.