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