public static enum ScheduleResource.JOB_ACTIONS extends Enum<ScheduleResource.JOB_ACTIONS>
Modifier and Type | Method and Description |
---|---|
static ScheduleResource.JOB_ACTIONS |
fromString(String name) |
static ScheduleResource.JOB_ACTIONS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleResource.JOB_ACTIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleResource.JOB_ACTIONS SCHEDULE
public static final ScheduleResource.JOB_ACTIONS EXPIRE
public static final ScheduleResource.JOB_ACTIONS SUSPEND
public static final ScheduleResource.JOB_ACTIONS RESUME
public static ScheduleResource.JOB_ACTIONS[] values()
for (ScheduleResource.JOB_ACTIONS c : ScheduleResource.JOB_ACTIONS.values()) System.out.println(c);
public static ScheduleResource.JOB_ACTIONS 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 static ScheduleResource.JOB_ACTIONS fromString(String name)
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.