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