public enum DatasetType extends Enum<DatasetType>
| Enum Constant and Description |
|---|
individualObservation |
not_initialized |
profile |
timeseries |
trajectory |
| Modifier and Type | Method and Description |
|---|---|
static Set<DatasetType> |
convert(Collection<String> values) |
static DatasetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasetType individualObservation
public static final DatasetType timeseries
public static final DatasetType profile
public static final DatasetType trajectory
public static final DatasetType not_initialized
public static final String ALL
public static DatasetType[] values()
for (DatasetType c : DatasetType.values()) System.out.println(c);
public static DatasetType 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 static Set<DatasetType> convert(Collection<String> values)
Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.