public static enum StoreUpdateListener.Severity extends Enum<StoreUpdateListener.Severity>
Enum Constant and Description |
---|
ERROR
Signifies that the problem was critical, i.e.
|
NOTIFICATION
Plain notification about successful update of the store.
|
WARNING
Signifies that the problem was not critical, i.e.
|
Modifier and Type | Method and Description |
---|---|
static StoreUpdateListener.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreUpdateListener.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreUpdateListener.Severity ERROR
public static final StoreUpdateListener.Severity WARNING
public static final StoreUpdateListener.Severity NOTIFICATION
public static StoreUpdateListener.Severity[] values()
for (StoreUpdateListener.Severity c : StoreUpdateListener.Severity.values()) System.out.println(c);
public static StoreUpdateListener.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 © 2012–2015 European Middleware Initiative. All rights reserved.