Interface GroupInputDescription
-
- All Superinterfaces:
DataDescription,Description,ProcessInputDescription,ProcessInputDescriptionContainer
- All Known Implementing Classes:
GroupInputDescriptionImpl
public interface GroupInputDescription extends ProcessInputDescription, ProcessInputDescriptionContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGroupInputDescription.Builder<T extends GroupInputDescription,B extends GroupInputDescription.Builder<T,B>>-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription
ProcessInputDescription.ReturningVisitor<T>, ProcessInputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessInputDescription.ThrowingVisitor<X extends Exception>, ProcessInputDescription.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupInputDescription.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.ProcessInputDescription
asBoundingBox, asComplex, asGroup, asLiteral, getOccurence, visit, visit, visit, visit
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescriptionContainer
getInput, getInput, getInputDescriptions, getInputs
-
-
-
-
Method Detail
-
newBuilder
GroupInputDescription.Builder<?,?> newBuilder()
-
-