public static enum CdmrfQueryBean.TemporalSelection extends Enum<CdmrfQueryBean.TemporalSelection>
| Modifier and Type | Method and Description |
|---|---|
static CdmrfQueryBean.TemporalSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdmrfQueryBean.TemporalSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdmrfQueryBean.TemporalSelection all
public static final CdmrfQueryBean.TemporalSelection range
public static final CdmrfQueryBean.TemporalSelection point
public static CdmrfQueryBean.TemporalSelection[] values()
for (CdmrfQueryBean.TemporalSelection c : CdmrfQueryBean.TemporalSelection.values()) System.out.println(c);
public static CdmrfQueryBean.TemporalSelection 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.