public static enum ProductFeedSchedule.EnumInterval extends Enum<ProductFeedSchedule.EnumInterval>
| Enum Constant and Description |
|---|
VALUE_DAILY |
VALUE_HOURLY |
VALUE_MONTHLY |
VALUE_WEEKLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeedSchedule.EnumInterval |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeedSchedule.EnumInterval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeedSchedule.EnumInterval VALUE_DAILY
public static final ProductFeedSchedule.EnumInterval VALUE_HOURLY
public static final ProductFeedSchedule.EnumInterval VALUE_MONTHLY
public static final ProductFeedSchedule.EnumInterval VALUE_WEEKLY
public static ProductFeedSchedule.EnumInterval[] values()
for (ProductFeedSchedule.EnumInterval c : ProductFeedSchedule.EnumInterval.values()) System.out.println(c);
public static ProductFeedSchedule.EnumInterval 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 String toString()
toString in class Enum<ProductFeedSchedule.EnumInterval>Copyright © 2020. All rights reserved.