public enum RequestMode extends Enum<RequestMode>
Enum Constant and Description |
---|
CAPABILITIES |
DAP |
DMR |
DSR |
ERROR |
Modifier and Type | Method and Description |
---|---|
String |
extension() |
static RequestMode |
modeFor(String s) |
String |
toString() |
static RequestMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestMode DMR
public static final RequestMode DAP
public static final RequestMode DSR
public static final RequestMode CAPABILITIES
public static final RequestMode ERROR
public static RequestMode[] values()
for (RequestMode c : RequestMode.values()) System.out.println(c);
public static RequestMode 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 extension()
public static RequestMode modeFor(String s)
public String toString()
toString
in class Enum<RequestMode>
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.