public static enum ControlledJob.State extends Enum<ControlledJob.State>
public static final ControlledJob.State SUCCESS
public static final ControlledJob.State WAITING
public static final ControlledJob.State RUNNING
public static final ControlledJob.State READY
public static final ControlledJob.State FAILED
public static final ControlledJob.State DEPENDENT_FAILED
public static ControlledJob.State[] values()
for (ControlledJob.State c : ControlledJob.State.values()) System.out.println(c);
public static ControlledJob.State valueOf(String name)
name
- 要返回的枚举常量的名称。Copyright © 2009 The Apache Software Foundation