Interface ProcessOutputDescriptionContainer
-
- All Superinterfaces:
Description
- All Known Subinterfaces:
GroupOutputDescription,ProcessDescription
- All Known Implementing Classes:
GroupOutputDescriptionImpl,ProcessDescriptionImpl
public interface ProcessOutputDescriptionContainer extends Description
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProcessOutputDescriptionContainer.Builder<T extends ProcessOutputDescriptionContainer,B extends ProcessOutputDescriptionContainer.Builder<T,B>>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ProcessOutputDescriptiongetOutput(String id)ProcessOutputDescriptiongetOutput(OwsCode id)Collection<? extends ProcessOutputDescription>getOutputDescriptions()Set<OwsCode>getOutputs()-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
-
-
-
Method Detail
-
getOutput
ProcessOutputDescription getOutput(OwsCode id)
-
getOutput
default ProcessOutputDescription getOutput(String id)
-
getOutputDescriptions
Collection<? extends ProcessOutputDescription> getOutputDescriptions()
-
-