public static enum ProductFeed.FeedSchedule extends java.lang.Enum<ProductFeed.FeedSchedule>
Modifier and Type | Method and Description |
---|---|
static ProductFeed.FeedSchedule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeed.FeedSchedule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeed.FeedSchedule DAILY
public static final ProductFeed.FeedSchedule WEEKLY
public static final ProductFeed.FeedSchedule BI_WEEKLY
public static final ProductFeed.FeedSchedule NEVER
public static ProductFeed.FeedSchedule[] values()
for (ProductFeed.FeedSchedule c : ProductFeed.FeedSchedule.values()) System.out.println(c);
public static ProductFeed.FeedSchedule valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"