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