Interface GroupOutputDescription
-
- All Superinterfaces:
DataDescription,Description,ProcessOutputDescription,ProcessOutputDescriptionContainer
- All Known Implementing Classes:
GroupOutputDescriptionImpl
public interface GroupOutputDescription extends ProcessOutputDescription, ProcessOutputDescriptionContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGroupOutputDescription.Builder<T extends GroupOutputDescription,B extends GroupOutputDescription.Builder<T,B>>-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescription
ProcessOutputDescription.ReturningVisitor<T>, ProcessOutputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessOutputDescription.ThrowingVisitor<X extends Exception>, ProcessOutputDescription.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupOutputDescription.Builder<?,?>newBuilder()-
Methods inherited from interface org.n52.shetland.ogc.wps.description.DataDescription
isBoundingBox, isComplex, isGroup, isLiteral
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescription
asBoundingBox, asComplex, asGroup, asLiteral, visit, visit, visit, visit
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescriptionContainer
getOutput, getOutput, getOutputDescriptions, getOutputs
-
-
-
-
Method Detail
-
newBuilder
GroupOutputDescription.Builder<?,?> newBuilder()
-
-