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