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