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