org.pentaho.di.core.logging
Enum JobEntryLogTable.ID
java.lang.Object
java.lang.Enum<JobEntryLogTable.ID>
org.pentaho.di.core.logging.JobEntryLogTable.ID
- All Implemented Interfaces:
- Serializable, Comparable<JobEntryLogTable.ID>
- Enclosing class:
- JobEntryLogTable
public static enum JobEntryLogTable.ID
- extends Enum<JobEntryLogTable.ID>
ID_BATCH
public static final JobEntryLogTable.ID ID_BATCH
CHANNEL_ID
public static final JobEntryLogTable.ID CHANNEL_ID
LOG_DATE
public static final JobEntryLogTable.ID LOG_DATE
JOBNAME
public static final JobEntryLogTable.ID JOBNAME
JOBENTRYNAME
public static final JobEntryLogTable.ID JOBENTRYNAME
LINES_READ
public static final JobEntryLogTable.ID LINES_READ
LINES_WRITTEN
public static final JobEntryLogTable.ID LINES_WRITTEN
LINES_UPDATED
public static final JobEntryLogTable.ID LINES_UPDATED
LINES_INPUT
public static final JobEntryLogTable.ID LINES_INPUT
LINES_OUTPUT
public static final JobEntryLogTable.ID LINES_OUTPUT
LINES_REJECTED
public static final JobEntryLogTable.ID LINES_REJECTED
ERRORS
public static final JobEntryLogTable.ID ERRORS
RESULT
public static final JobEntryLogTable.ID RESULT
NR_RESULT_ROWS
public static final JobEntryLogTable.ID NR_RESULT_ROWS
NR_RESULT_FILES
public static final JobEntryLogTable.ID NR_RESULT_FILES
LOG_FIELD
public static final JobEntryLogTable.ID LOG_FIELD
COPY_NR
public static final JobEntryLogTable.ID COPY_NR
values
public static JobEntryLogTable.ID[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JobEntryLogTable.ID c : JobEntryLogTable.ID.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JobEntryLogTable.ID valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<JobEntryLogTable.ID>