public static enum ServiceModel.RecurrenceDayWeeklyType extends Enum<ServiceModel.RecurrenceDayWeeklyType>
| Enum Constant and Description |
|---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.RecurrenceDayWeeklyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.RecurrenceDayWeeklyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.RecurrenceDayWeeklyType MONDAY
public static final ServiceModel.RecurrenceDayWeeklyType TUESDAY
public static final ServiceModel.RecurrenceDayWeeklyType WEDNESDAY
public static final ServiceModel.RecurrenceDayWeeklyType THURSDAY
public static final ServiceModel.RecurrenceDayWeeklyType FRIDAY
public static final ServiceModel.RecurrenceDayWeeklyType SATURDAY
public static final ServiceModel.RecurrenceDayWeeklyType SUNDAY
public static ServiceModel.RecurrenceDayWeeklyType[] values()
for (ServiceModel.RecurrenceDayWeeklyType c : ServiceModel.RecurrenceDayWeeklyType.values()) System.out.println(c);
public static ServiceModel.RecurrenceDayWeeklyType 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 © 2022. All rights reserved.