Uses of Class
org.n52.series.db.beans.dataset.DatasetType
-
Packages that use DatasetType Package Description org.n52.series.db.beans org.n52.series.db.beans.dataset -
-
Uses of DatasetType in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return DatasetType Modifier and Type Method Description DatasetTypeDatasetEntity. getDatasetType()Methods in org.n52.series.db.beans with parameters of type DatasetType Modifier and Type Method Description DatasetEntityDatasetEntity. setDatasetType(DatasetType datasetType)Constructors in org.n52.series.db.beans with parameters of type DatasetType Constructor Description DatasetEntity(DatasetType datasetType, ObservationType observationType, ValueType valueType) -
Uses of DatasetType in org.n52.series.db.beans.dataset
Methods in org.n52.series.db.beans.dataset that return DatasetType Modifier and Type Method Description static DatasetTypeDatasetType. valueOf(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.Methods in org.n52.series.db.beans.dataset that return types with arguments of type DatasetType Modifier and Type Method Description static Set<DatasetType>DatasetType. convert(Collection<String> values)
-