public enum DatasetType extends java.lang.Enum<DatasetType>
| Enum Constant and Description |
|---|
individualObservation |
not_initialized |
profile |
timeseries |
trajectory |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALL |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<DatasetType> |
convert(java.util.Set<java.lang.String> values) |
static DatasetType |
valueOf(java.lang.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 java.lang.String ALL
public static DatasetType[] values()
for (DatasetType c : DatasetType.values()) System.out.println(c);
public static DatasetType 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 nullpublic static java.util.Set<DatasetType> convert(java.util.Set<java.lang.String> values)
Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.