Uses of Class
org.n52.io.response.dataset.AbstractValue
-
-
Uses of AbstractValue in org.n52.io.response
Methods in org.n52.io.response that return types with arguments of type AbstractValue Modifier and Type Method Description Collection<DatasetOutput<AbstractValue<?>>>PlatformOutput. getDatasets()Method parameters in org.n52.io.response with type arguments of type AbstractValue Modifier and Type Method Description PlatformOutputPlatformOutput. setDatasets(OptionalOutput<Collection<DatasetOutput<AbstractValue<?>>>> series) -
Uses of AbstractValue in org.n52.io.response.dataset
Classes in org.n52.io.response.dataset with type parameters of type AbstractValue Modifier and Type Class Description classAggregationOutput<V extends AbstractValue<?>>classData<V extends AbstractValue<?>>classDatasetMetadata<T extends AbstractValue<?>>Holds some metadata about a whole data container.classDatasetOutput<V extends AbstractValue<?>>classReferenceValueOutput<T extends AbstractValue<?>>Subclasses of AbstractValue in org.n52.io.response.dataset Modifier and Type Class Description classNumericValue<T extends Number>Methods in org.n52.io.response.dataset with parameters of type AbstractValue Modifier and Type Method Description voidData. addValues(V[] toAdd)intAbstractValue. compareTo(AbstractValue<T> o) -
Uses of AbstractValue in org.n52.io.response.dataset.bool
Subclasses of AbstractValue in org.n52.io.response.dataset.bool Modifier and Type Class Description classBooleanValue -
Uses of AbstractValue in org.n52.io.response.dataset.category
Subclasses of AbstractValue in org.n52.io.response.dataset.category Modifier and Type Class Description classCategoryValue -
Uses of AbstractValue in org.n52.io.response.dataset.count
Subclasses of AbstractValue in org.n52.io.response.dataset.count Modifier and Type Class Description classCountValue -
Uses of AbstractValue in org.n52.io.response.dataset.profile
Subclasses of AbstractValue in org.n52.io.response.dataset.profile Modifier and Type Class Description classProfileValue<T> -
Uses of AbstractValue in org.n52.io.response.dataset.quantity
Subclasses of AbstractValue in org.n52.io.response.dataset.quantity Modifier and Type Class Description classQuantityValue -
Uses of AbstractValue in org.n52.io.response.dataset.record
Subclasses of AbstractValue in org.n52.io.response.dataset.record Modifier and Type Class Description classRecordValue -
Uses of AbstractValue in org.n52.io.response.dataset.text
Subclasses of AbstractValue in org.n52.io.response.dataset.text Modifier and Type Class Description classTextValue -
Uses of AbstractValue in org.n52.io.response.sampling
Methods in org.n52.io.response.sampling that return types with arguments of type AbstractValue Modifier and Type Method Description DatasetOutput<AbstractValue<?>>SamplingObservationOutput. getDataset()Methods in org.n52.io.response.sampling with parameters of type AbstractValue Modifier and Type Method Description voidSamplingObservationOutput. setValue(AbstractValue<?> value)Method parameters in org.n52.io.response.sampling with type arguments of type AbstractValue Modifier and Type Method Description voidSamplingObservationOutput. setDataset(DatasetOutput<AbstractValue<?>> dataset) -
Uses of AbstractValue in org.n52.series.spi.srv
Classes in org.n52.series.spi.srv with type parameters of type AbstractValue Modifier and Type Interface Description interfaceDataService<T extends Data<? extends AbstractValue<?>>>Provides access to the actual series data viaIoParameters.
-