public static enum CrawlingConfig.ConfigName extends Enum<CrawlingConfig.ConfigName>
| Enum Constant and Description |
|---|
CLIENT |
CONFIG |
FIELD |
META |
SCRIPT |
VALUE |
XPATH |
| Modifier and Type | Method and Description |
|---|---|
static CrawlingConfig.ConfigName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrawlingConfig.ConfigName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrawlingConfig.ConfigName CLIENT
public static final CrawlingConfig.ConfigName XPATH
public static final CrawlingConfig.ConfigName META
public static final CrawlingConfig.ConfigName VALUE
public static final CrawlingConfig.ConfigName SCRIPT
public static final CrawlingConfig.ConfigName FIELD
public static final CrawlingConfig.ConfigName CONFIG
public static CrawlingConfig.ConfigName[] values()
for (CrawlingConfig.ConfigName c : CrawlingConfig.ConfigName.values()) System.out.println(c);
public static CrawlingConfig.ConfigName 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 © 2009–2017 CodeLibs. All rights reserved.