public static enum DefaultDistributedStatusService.Severity extends Enum<DefaultDistributedStatusService.Severity>
Enum Constant and Description |
---|
CRITICAL |
INDETERMINATE |
NORMAL |
WARNING |
Modifier and Type | Method and Description |
---|---|
String |
getStyle() |
static DefaultDistributedStatusService.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDistributedStatusService.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDistributedStatusService.Severity INDETERMINATE
public static final DefaultDistributedStatusService.Severity NORMAL
public static final DefaultDistributedStatusService.Severity WARNING
public static final DefaultDistributedStatusService.Severity CRITICAL
public static DefaultDistributedStatusService.Severity[] values()
for (DefaultDistributedStatusService.Severity c : DefaultDistributedStatusService.Severity.values()) System.out.println(c);
public static DefaultDistributedStatusService.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 nullpublic String getStyle()
Copyright © 2021. All rights reserved.