public enum SupportedOperation extends java.lang.Enum<SupportedOperation>
| Enum Constant and Description |
|---|
DATASET_BOUNDARIES_REQUEST |
DATASET_INFO_REQUEST |
GRID_AS_POINT_REQUEST |
GRID_REQUEST |
POINT_REQUEST |
STATION_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
SupportedFormat |
getDefaultFormat() |
java.lang.String |
getName() |
SupportedFormat |
getSupportedFormat(java.lang.String want) |
java.util.List<SupportedFormat> |
getSupportedFormats() |
static SupportedOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SupportedOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedOperation DATASET_INFO_REQUEST
public static final SupportedOperation DATASET_BOUNDARIES_REQUEST
public static final SupportedOperation GRID_REQUEST
public static final SupportedOperation GRID_AS_POINT_REQUEST
public static final SupportedOperation POINT_REQUEST
public static final SupportedOperation STATION_REQUEST
public static SupportedOperation[] values()
for (SupportedOperation c : SupportedOperation.values()) System.out.println(c);
public static SupportedOperation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public java.util.List<SupportedFormat> getSupportedFormats()
public SupportedFormat getDefaultFormat()
@Nonnull public SupportedFormat getSupportedFormat(java.lang.String want) throws UnsupportedResponseFormatException