public static enum ResourceComputationScheduler.ShutdownState extends Enum<ResourceComputationScheduler.ShutdownState>
| Enum Constant and Description | 
|---|
| FINISH_FAILED | 
| FINISH_SUCCESS | 
| STARTED | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResourceComputationScheduler.ShutdownState | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ResourceComputationScheduler.ShutdownState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ResourceComputationScheduler.ShutdownState STARTED
public static final ResourceComputationScheduler.ShutdownState FINISH_FAILED
public static final ResourceComputationScheduler.ShutdownState FINISH_SUCCESS
public static ResourceComputationScheduler.ShutdownState[] values()
for (ResourceComputationScheduler.ShutdownState c : ResourceComputationScheduler.ShutdownState.values()) System.out.println(c);
public static ResourceComputationScheduler.ShutdownState 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
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.