public static enum LifecycleAwareSchedulerService.State extends Enum<LifecycleAwareSchedulerService.State>
| Modifier and Type | Method and Description |
|---|---|
static LifecycleAwareSchedulerService.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleAwareSchedulerService.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifecycleAwareSchedulerService.State STANDBY
public static final LifecycleAwareSchedulerService.State STARTED
public static final LifecycleAwareSchedulerService.State SHUTDOWN
public static LifecycleAwareSchedulerService.State[] values()
for (LifecycleAwareSchedulerService.State c : LifecycleAwareSchedulerService.State.values()) System.out.println(c);
public static LifecycleAwareSchedulerService.State 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 © 2017 Atlassian. All rights reserved.