public static enum StepLogTable.ID extends Enum<StepLogTable.ID>
| Enum Constant and Description | 
|---|
CHANNEL_ID  | 
ERRORS  | 
ID_BATCH  | 
LINES_INPUT  | 
LINES_OUTPUT  | 
LINES_READ  | 
LINES_REJECTED  | 
LINES_UPDATED  | 
LINES_WRITTEN  | 
LOG_DATE  | 
LOG_FIELD  | 
STEP_COPY  | 
STEPNAME  | 
TRANSNAME  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
toString()  | 
static StepLogTable.ID | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StepLogTable.ID[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final StepLogTable.ID ID_BATCH
public static final StepLogTable.ID CHANNEL_ID
public static final StepLogTable.ID LOG_DATE
public static final StepLogTable.ID TRANSNAME
public static final StepLogTable.ID STEPNAME
public static final StepLogTable.ID STEP_COPY
public static final StepLogTable.ID LINES_READ
public static final StepLogTable.ID LINES_WRITTEN
public static final StepLogTable.ID LINES_UPDATED
public static final StepLogTable.ID LINES_INPUT
public static final StepLogTable.ID LINES_OUTPUT
public static final StepLogTable.ID LINES_REJECTED
public static final StepLogTable.ID ERRORS
public static final StepLogTable.ID LOG_FIELD
public static StepLogTable.ID[] values()
for (StepLogTable.ID c : StepLogTable.ID.values()) System.out.println(c);
public static StepLogTable.ID 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 String toString()
toString in class Enum<StepLogTable.ID>