public static enum SitemapUrl.ChangeFreq extends Enum<SitemapUrl.ChangeFreq>
| Enum Constant and Description |
|---|
ALWAYS |
DAILY |
HOURLY |
MONTHLY |
NEVER |
WEEKLY |
YEARLY |
| Modifier and Type | Method and Description |
|---|---|
static SitemapUrl.ChangeFreq |
fromStandardName(String standardName) |
static SitemapUrl.ChangeFreq |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SitemapUrl.ChangeFreq[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SitemapUrl.ChangeFreq ALWAYS
public static final SitemapUrl.ChangeFreq HOURLY
public static final SitemapUrl.ChangeFreq DAILY
public static final SitemapUrl.ChangeFreq WEEKLY
public static final SitemapUrl.ChangeFreq MONTHLY
public static final SitemapUrl.ChangeFreq YEARLY
public static final SitemapUrl.ChangeFreq NEVER
public static SitemapUrl.ChangeFreq[] values()
for (SitemapUrl.ChangeFreq c : SitemapUrl.ChangeFreq.values()) System.out.println(c);
public static SitemapUrl.ChangeFreq 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 SitemapUrl.ChangeFreq fromStandardName(@NonNull String standardName)
Copyright © 2016. All rights reserved.