public static enum CdmrfQueryBean.RequestType extends Enum<CdmrfQueryBean.RequestType>
| Enum Constant and Description |
|---|
capabilities |
cdl |
data |
dataForm |
form |
header |
ncml |
stations |
| Modifier and Type | Method and Description |
|---|---|
static CdmrfQueryBean.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdmrfQueryBean.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdmrfQueryBean.RequestType capabilities
public static final CdmrfQueryBean.RequestType cdl
public static final CdmrfQueryBean.RequestType data
public static final CdmrfQueryBean.RequestType dataForm
public static final CdmrfQueryBean.RequestType form
public static final CdmrfQueryBean.RequestType header
public static final CdmrfQueryBean.RequestType ncml
public static final CdmrfQueryBean.RequestType stations
public static CdmrfQueryBean.RequestType[] values()
for (CdmrfQueryBean.RequestType c : CdmrfQueryBean.RequestType.values()) System.out.println(c);
public static CdmrfQueryBean.RequestType 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 nullCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.