public static enum ThreddsTypes.COLLECTION_TYPES extends java.lang.Enum<ThreddsTypes.COLLECTION_TYPES>
Enum Constant and Description |
---|
ForecastModelRuns |
Stations |
TimeSeries |
Modifier and Type | Method and Description |
---|---|
static ThreddsTypes.COLLECTION_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreddsTypes.COLLECTION_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreddsTypes.COLLECTION_TYPES TimeSeries
public static final ThreddsTypes.COLLECTION_TYPES Stations
public static final ThreddsTypes.COLLECTION_TYPES ForecastModelRuns
public static ThreddsTypes.COLLECTION_TYPES[] values()
for (ThreddsTypes.COLLECTION_TYPES c : ThreddsTypes.COLLECTION_TYPES.values()) System.out.println(c);
public static ThreddsTypes.COLLECTION_TYPES 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 null