public enum EWebSpiderType extends Enum<EWebSpiderType> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
BLOGSPIDER |
CSSVALIDATOR |
FORUMSPIDER |
HTMLVALIDATOR |
HTTP_MONITORING |
IMAGESPIDER |
LINKCHECKER |
MISC_SPIDER |
RSSSPIDER |
SEARCHSPIDER |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static EWebSpiderType |
getFromIDOrNull(String sID) |
String |
getID() |
static EWebSpiderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWebSpiderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWebSpiderType SEARCHSPIDER
public static final EWebSpiderType RSSSPIDER
public static final EWebSpiderType BLOGSPIDER
public static final EWebSpiderType FORUMSPIDER
public static final EWebSpiderType IMAGESPIDER
public static final EWebSpiderType MISC_SPIDER
public static final EWebSpiderType LINKCHECKER
public static final EWebSpiderType HTMLVALIDATOR
public static final EWebSpiderType CSSVALIDATOR
public static final EWebSpiderType HTTP_MONITORING
public static final EWebSpiderType UNKNOWN
public static EWebSpiderType[] values()
for (EWebSpiderType c : EWebSpiderType.values()) System.out.println(c);
public static EWebSpiderType 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@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EWebSpiderType getFromIDOrNull(@Nullable String sID)
Copyright © 2016–2019 Philip Helger. All rights reserved.