public static enum AbstractSiteMap.SitemapType extends Enum<AbstractSiteMap.SitemapType>
Modifier and Type | Method and Description |
---|---|
static AbstractSiteMap.SitemapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSiteMap.SitemapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSiteMap.SitemapType INDEX
public static final AbstractSiteMap.SitemapType XML
public static final AbstractSiteMap.SitemapType ATOM
public static final AbstractSiteMap.SitemapType RSS
public static final AbstractSiteMap.SitemapType TEXT
public static AbstractSiteMap.SitemapType[] values()
for (AbstractSiteMap.SitemapType c : AbstractSiteMap.SitemapType.values()) System.out.println(c);
public static AbstractSiteMap.SitemapType 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–2016 Crawler-Commons. All rights reserved.