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