public static enum LoggedJob.JobType extends Enum<LoggedJob.JobType>
Modifier and Type | Method and Description |
---|---|
static LoggedJob.JobType |
valueOf(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(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 nullCopyright © 2013 Apache Software Foundation. All rights reserved.