public static enum UrlError.SeverityEnum extends Enum<UrlError.SeverityEnum>
| Modifier and Type | Method and Description |
|---|---|
static UrlError.SeverityEnum |
fromValue(String text) |
String |
toString() |
static UrlError.SeverityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlError.SeverityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlError.SeverityEnum WARNING
public static final UrlError.SeverityEnum ERROR
public static final UrlError.SeverityEnum FATAL
public static UrlError.SeverityEnum[] values()
for (UrlError.SeverityEnum c : UrlError.SeverityEnum.values()) System.out.println(c);
public static UrlError.SeverityEnum 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 toString()
toString in class Enum<UrlError.SeverityEnum>public static UrlError.SeverityEnum fromValue(String text)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.