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