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