Uses of Class
org.n52.series.db.beans.dataset.ValueType
-
Packages that use ValueType Package Description org.n52.series.db.beans org.n52.series.db.beans.dataset -
-
Uses of ValueType in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return ValueType Modifier and Type Method Description ValueTypeDatasetEntity. getValueType()Methods in org.n52.series.db.beans with parameters of type ValueType Modifier and Type Method Description DatasetEntityDatasetEntity. setValueType(ValueType valueType)Constructors in org.n52.series.db.beans with parameters of type ValueType Constructor Description DatasetEntity(DatasetType datasetType, ObservationType observationType, ValueType valueType) -
Uses of ValueType in org.n52.series.db.beans.dataset
Methods in org.n52.series.db.beans.dataset that return ValueType Modifier and Type Method Description static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. 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 ValueType Modifier and Type Method Description static Set<ValueType>ValueType. convert(Collection<String> values)
-