public static enum ProximityClient.Introspector.ProblemSeverity extends Enum<ProximityClient.Introspector.ProblemSeverity>
Modifier and Type | Method and Description |
---|---|
static ProximityClient.Introspector.ProblemSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProximityClient.Introspector.ProblemSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProximityClient.Introspector.ProblemSeverity OK
public static final ProximityClient.Introspector.ProblemSeverity WARNING
public static final ProximityClient.Introspector.ProblemSeverity ERROR
public static ProximityClient.Introspector.ProblemSeverity[] values()
for (ProximityClient.Introspector.ProblemSeverity c : ProximityClient.Introspector.ProblemSeverity.values()) System.out.println(c);
public static ProximityClient.Introspector.ProblemSeverity 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 null