|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleLogSeverity | |
---|---|
org.gcube.portlets.admin.resourcemanagement.client.widgets.console |
Uses of ConsoleLogSeverity in org.gcube.portlets.admin.resourcemanagement.client.widgets.console |
---|
Methods in org.gcube.portlets.admin.resourcemanagement.client.widgets.console that return ConsoleLogSeverity | |
---|---|
static ConsoleLogSeverity |
ConsoleLogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConsoleLogSeverity[] |
ConsoleLogSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.gcube.portlets.admin.resourcemanagement.client.widgets.console with parameters of type ConsoleLogSeverity | |
---|---|
ConsoleMessage(Class<?> invoker,
ConsoleLogSeverity type,
String message)
|
|
ConsoleMessage(Object caller,
ConsoleLogSeverity type,
String message)
|
|
ConsoleMessage(String invoker,
ConsoleLogSeverity type,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |