public static enum JobInfo.JobType extends Enum<JobInfo.JobType>
Enum Constant and Description |
---|
CLASS |
FETCH |
GENERATE |
INDEX |
INJECT |
PARSE |
READDB |
UPDATEDB |
Modifier and Type | Method and Description |
---|---|
static JobInfo.JobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobInfo.JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobInfo.JobType INJECT
public static final JobInfo.JobType GENERATE
public static final JobInfo.JobType FETCH
public static final JobInfo.JobType PARSE
public static final JobInfo.JobType UPDATEDB
public static final JobInfo.JobType INDEX
public static final JobInfo.JobType READDB
public static final JobInfo.JobType CLASS
public static JobInfo.JobType[] values()
for (JobInfo.JobType c : JobInfo.JobType.values()) System.out.println(c);
public static JobInfo.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 © 2015 The Apache Software Foundation