public enum JobControlOptions extends Enum<JobControlOptions>
| Enum Constant and Description |
|---|
ASYNC_EXECUTE |
SYNC_EXECUTE |
| Modifier and Type | Method and Description |
|---|---|
static JobControlOptions |
fromValue(String text) |
String |
toString() |
static JobControlOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobControlOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobControlOptions SYNC_EXECUTE
public static final JobControlOptions ASYNC_EXECUTE
public static JobControlOptions[] values()
for (JobControlOptions c : JobControlOptions.values()) System.out.println(c);
public static JobControlOptions 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 toString()
toString in class Enum<JobControlOptions>public static JobControlOptions fromValue(String text)
Copyright © 2016–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.