Package org.n52.io.response
Class HierarchicalParameterOutput<T>
- java.lang.Object
-
- org.n52.io.response.SelfSerializedOutput
-
- org.n52.io.response.ParameterOutput
-
- org.n52.io.response.AbstractOutput
-
- org.n52.io.response.HierarchicalParameterOutput<T>
-
- All Implemented Interfaces:
Comparable<ParameterOutput>,RawFormats
- Direct Known Subclasses:
FeatureOutput,OfferingOutput,PhenomenonOutput,ProcedureOutput
public abstract class HierarchicalParameterOutput<T> extends AbstractOutput
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHILDRENstatic StringPARENTS-
Fields inherited from class org.n52.io.response.AbstractOutput
service, SERVICE
-
Fields inherited from class org.n52.io.response.ParameterOutput
DOMAIN_ID, EXTRAS, HREF, HREF_BASE, ID, LABEL, RAWFORMATS
-
Fields inherited from interface org.n52.series.spi.srv.RawFormats
RAW_FORMAT
-
-
Constructor Summary
Constructors Constructor Description HierarchicalParameterOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getChildren()List<T>getParents()voidsetChildren(OptionalOutput<List<T>> children)voidsetParents(OptionalOutput<List<T>> parents)-
Methods inherited from class org.n52.io.response.AbstractOutput
equals, getService, hashCode, setService
-
Methods inherited from class org.n52.io.response.ParameterOutput
compareTo, defaultComparator, getCollectionName, getDomainId, getExtras, getHref, getHrefBase, getId, getLabel, getLicense, getRawFormats, idComparator, labelComparator, setDomainId, setExtras, setHref, setHrefBase, setId, setLabel, setLicense, setRawFormats, setValue
-
Methods inherited from class org.n52.io.response.SelfSerializedOutput
getIfSerialized, getIfSerializedCollection, getIfSerializedMap, getIfSet, getIfSetCollection, getIfSetMap, isSet, resolvesToNonNullValue
-
-
-
-
Field Detail
-
PARENTS
public static final String PARENTS
- See Also:
- Constant Field Values
-
CHILDREN
public static final String CHILDREN
- See Also:
- Constant Field Values
-
-
Method Detail
-
setParents
public void setParents(OptionalOutput<List<T>> parents)
-
setChildren
public void setChildren(OptionalOutput<List<T>> children)
-
-