public static enum ScheduleDescriptor.ScheduleStatus extends Enum<ScheduleDescriptor.ScheduleStatus>
Enum Constant and Description |
---|
ERROR |
JOB_NOT_AVAILABLE |
NORMAL |
PAUSED |
Modifier and Type | Method and Description |
---|---|
static ScheduleDescriptor.ScheduleStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleDescriptor.ScheduleStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleDescriptor.ScheduleStatus NORMAL
public static final ScheduleDescriptor.ScheduleStatus PAUSED
public static final ScheduleDescriptor.ScheduleStatus ERROR
public static final ScheduleDescriptor.ScheduleStatus JOB_NOT_AVAILABLE
public static ScheduleDescriptor.ScheduleStatus[] values()
for (ScheduleDescriptor.ScheduleStatus c : ScheduleDescriptor.ScheduleStatus.values()) System.out.println(c);
public static ScheduleDescriptor.ScheduleStatus 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 null<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>