| Package | Description |
|---|---|
| org.n52.series.db.beans | |
| org.n52.series.db.beans.dataset |
| Modifier and Type | Method and Description |
|---|---|
DatasetType |
DatasetEntity.getDatasetType() |
| Modifier and Type | Method and Description |
|---|---|
DatasetEntity |
DatasetEntity.setDatasetType(DatasetType datasetType) |
| Constructor and Description |
|---|
DatasetEntity(DatasetType datasetType,
ObservationType observationType,
ValueType valueType) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetType |
DatasetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatasetType[] |
DatasetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<DatasetType> |
DatasetType.convert(java.util.Set<java.lang.String> values) |
Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.