java.io.Serializable, java.lang.Comparable<LoggedJob.JobType>public static enum LoggedJob.JobType extends java.lang.Enum<LoggedJob.JobType>
| Modifier and Type | Method | Description |
|---|---|---|
static LoggedJob.JobType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LoggedJob.JobType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggedJob.JobType JAVA
public static final LoggedJob.JobType PIG
public static final LoggedJob.JobType STREAMING
public static final LoggedJob.JobType PIPES
public static final LoggedJob.JobType OVERALL
public static LoggedJob.JobType[] values()
for (LoggedJob.JobType c : LoggedJob.JobType.values()) System.out.println(c);
public static LoggedJob.JobType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.