public static enum ZFSStatusParser.AlertLevel extends Enum<ZFSStatusParser.AlertLevel>
| Modifier and Type | Method and Description |
|---|---|
protected static ZFSStatusParser.AlertLevel |
getByNumericLevel(int numericLevel) |
static ZFSStatusParser.AlertLevel |
max(ZFSStatusParser.AlertLevel a,
ZFSStatusParser.AlertLevel b) |
static ZFSStatusParser.AlertLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZFSStatusParser.AlertLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
boolean |
worseThan(ZFSStatusParser.AlertLevel other) |
public static final ZFSStatusParser.AlertLevel OK
public static final ZFSStatusParser.AlertLevel DEGRADING
public static final ZFSStatusParser.AlertLevel DEGRADED
public static final ZFSStatusParser.AlertLevel FAILURE
public static ZFSStatusParser.AlertLevel[] values()
for (ZFSStatusParser.AlertLevel c : ZFSStatusParser.AlertLevel.values()) System.out.println(c);
public static ZFSStatusParser.AlertLevel 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 boolean worseThan(ZFSStatusParser.AlertLevel other)
public static ZFSStatusParser.AlertLevel max(ZFSStatusParser.AlertLevel a, ZFSStatusParser.AlertLevel b)
protected static ZFSStatusParser.AlertLevel getByNumericLevel(int numericLevel)
Copyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.