public abstract class DatasetOutput<V extends AbstractValue<?>,R extends ReferenceValueOutput<?>> extends ParameterOutput
RAW_FORMAT| Constructor and Description |
|---|
DatasetOutput(String valueType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRawFormat(String format) |
V |
getFirstValue() |
V |
getLastValue() |
String |
getPlatformType() |
String[] |
getRawFormats() |
R[] |
getReferenceValues() |
SeriesParameters |
getSeriesParameters() |
String |
getUom() |
String |
getValueType() |
void |
setFirstValue(V firstValue) |
void |
setId(String id) |
void |
setLastValue(V lastValue) |
void |
setPlatformType(String platformType) |
void |
setRawFormats(Collection<String> formats) |
void |
setReferenceValues(R[] referenceValues) |
void |
setSeriesParameters(SeriesParameters parameters) |
void |
setUom(String uom) |
void |
setValueType(String valueType) |
addExtra, compare, defaultComparator, equals, getDomainId, getExtras, getHref, getHrefBase, getId, getLabel, getLicense, hashCode, isSetDomainId, setDomainId, setHref, setHrefBase, setLabel, setLicensepublic DatasetOutput(String valueType)
public void setId(String id)
setId in class ParameterOutputpublic String getValueType()
public void setValueType(String valueType)
public String getPlatformType()
public void setPlatformType(String platformType)
public SeriesParameters getSeriesParameters()
public void setSeriesParameters(SeriesParameters parameters)
public String getUom()
public void setUom(String uom)
public String[] getRawFormats()
getRawFormats in interface RawFormatsgetRawFormats in class ParameterOutputpublic void addRawFormat(String format)
addRawFormat in interface RawFormatsaddRawFormat in class ParameterOutputformat - the rawFormat to addpublic void setRawFormats(Collection<String> formats)
setRawFormats in interface RawFormatssetRawFormats in class ParameterOutputformats - the rawFormats to setpublic V getFirstValue()
public void setFirstValue(V firstValue)
public V getLastValue()
public void setLastValue(V lastValue)
public R[] getReferenceValues()
public void setReferenceValues(R[] referenceValues)
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.