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