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