public static enum GenericRecrawlableResolver.SitemapSupport extends Enum<GenericRecrawlableResolver.SitemapSupport>
Modifier and Type | Method and Description |
---|---|
static GenericRecrawlableResolver.SitemapSupport |
getSitemapSupport(String sitemapSupport) |
static GenericRecrawlableResolver.SitemapSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericRecrawlableResolver.SitemapSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericRecrawlableResolver.SitemapSupport FIRST
public static final GenericRecrawlableResolver.SitemapSupport LAST
public static final GenericRecrawlableResolver.SitemapSupport NEVER
public static GenericRecrawlableResolver.SitemapSupport[] values()
for (GenericRecrawlableResolver.SitemapSupport c : GenericRecrawlableResolver.SitemapSupport.values()) System.out.println(c);
public static GenericRecrawlableResolver.SitemapSupport 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 static GenericRecrawlableResolver.SitemapSupport getSitemapSupport(String sitemapSupport)
Copyright © 2009–2021 Norconex Inc.. All rights reserved.