public static enum DbTaskRunner.TASKSTEP extends Enum<DbTaskRunner.TASKSTEP>
Enum Constant and Description |
---|
ALLDONETASK |
ERRORTASK |
NOTASK |
POSTTASK |
PRETASK |
TRANSFERTASK |
Modifier and Type | Method and Description |
---|---|
static DbTaskRunner.TASKSTEP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbTaskRunner.TASKSTEP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbTaskRunner.TASKSTEP NOTASK
public static final DbTaskRunner.TASKSTEP PRETASK
public static final DbTaskRunner.TASKSTEP TRANSFERTASK
public static final DbTaskRunner.TASKSTEP POSTTASK
public static final DbTaskRunner.TASKSTEP ALLDONETASK
public static final DbTaskRunner.TASKSTEP ERRORTASK
public static DbTaskRunner.TASKSTEP[] values()
for (DbTaskRunner.TASKSTEP c : DbTaskRunner.TASKSTEP.values()) System.out.println(c);
public static DbTaskRunner.TASKSTEP 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 © 2009–2020 Waarp. All rights reserved.