public static enum CrawlingActivity.CrawlingURIState extends Enum<CrawlingActivity.CrawlingURIState>
Enum Constant and Description |
---|
FAILED |
SUCCESSFUL |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static CrawlingActivity.CrawlingURIState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrawlingActivity.CrawlingURIState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrawlingActivity.CrawlingURIState SUCCESSFUL
public static final CrawlingActivity.CrawlingURIState UNKNOWN
public static final CrawlingActivity.CrawlingURIState FAILED
public final String uri
public static CrawlingActivity.CrawlingURIState[] values()
for (CrawlingActivity.CrawlingURIState c : CrawlingActivity.CrawlingURIState.values()) System.out.println(c);
public static CrawlingActivity.CrawlingURIState 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 nullCopyright © 2017–2020. All rights reserved.