public static enum JobsEntity.JobState extends Enum<JobsEntity.JobState>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static JobsEntity.JobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobsEntity.JobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobsEntity.JobState DONE
public static final JobsEntity.JobState PENDING
public static JobsEntity.JobState[] values()
for (JobsEntity.JobState c : JobsEntity.JobState.values()) System.out.println(c);
public static JobsEntity.JobState 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 String getName()
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.