public static enum IStatus.Severity extends Enum<IStatus.Severity>
Enum Constant and Description |
---|
CANCEL
The cancel.
|
CRITICAL
The critical.
|
ERROR
The error.
|
INFO
The info.
|
OK
The ok.
|
SYSTEMERROR
The systemerror.
|
WARNING
The warning.
|
Modifier and Type | Method and Description |
---|---|
static IStatus.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStatus.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStatus.Severity OK
public static final IStatus.Severity INFO
public static final IStatus.Severity WARNING
public static final IStatus.Severity ERROR
public static final IStatus.Severity CANCEL
public static final IStatus.Severity CRITICAL
public static final IStatus.Severity SYSTEMERROR
public static IStatus.Severity[] values()
for (IStatus.Severity c : IStatus.Severity.values()) System.out.println(c);
public static IStatus.Severity 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 © 2013-2016 Loetz GmbH&Co.KG - Heidelberg - Germany, Eclipse OSBP Project, OS.bee