public enum SupportedOperation extends Enum<SupportedOperation>
| Enum Constant and Description |
|---|
DATASET_BOUNDARIES_REQUEST |
DATASET_INFO_REQUEST |
GRID_REQUEST |
POINT_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
SupportedFormat |
getDefaultFormat() |
String |
getName() |
SupportedFormat |
getSupportedFormat(String want) |
List<SupportedFormat> |
getSupportedFormats() |
static SupportedOperation |
valueOf(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 POINT_REQUEST
public static SupportedOperation[] values()
for (SupportedOperation c : SupportedOperation.values()) System.out.println(c);
public static SupportedOperation 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 getName()
public List<SupportedFormat> getSupportedFormats()
public SupportedFormat getDefaultFormat()
public SupportedFormat getSupportedFormat(String want) throws UnsupportedResponseFormatException
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.