public static enum ParseJobStatus.JobStatus extends Enum<ParseJobStatus.JobStatus>
Enum Constant and Description |
---|
DONE |
FAILED |
IN_PROGRESS |
NO_CONTENT |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static ParseJobStatus.JobStatus |
fromValue(String text) |
static ParseJobStatus.JobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseJobStatus.JobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParseJobStatus.JobStatus DONE
public static final ParseJobStatus.JobStatus IN_PROGRESS
public static final ParseJobStatus.JobStatus FAILED
public static final ParseJobStatus.JobStatus NO_CONTENT
public static final ParseJobStatus.JobStatus UNRECOGNIZED
public static ParseJobStatus.JobStatus[] values()
for (ParseJobStatus.JobStatus c : ParseJobStatus.JobStatus.values()) System.out.println(c);
public static ParseJobStatus.JobStatus 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 static ParseJobStatus.JobStatus fromValue(String text)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.