Interface ProcessInputDescriptionContainer
-
- All Superinterfaces:
Description
- All Known Subinterfaces:
GroupInputDescription,ProcessDescription
- All Known Implementing Classes:
GroupInputDescriptionImpl,ProcessDescriptionImpl
public interface ProcessInputDescriptionContainer extends Description
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProcessInputDescriptionContainer.Builder<T extends ProcessInputDescriptionContainer,B extends ProcessInputDescriptionContainer.Builder<T,B>>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ProcessInputDescriptiongetInput(String id)ProcessInputDescriptiongetInput(OwsCode id)Collection<? extends ProcessInputDescription>getInputDescriptions()Set<OwsCode>getInputs()-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
-
-
-
Method Detail
-
getInput
ProcessInputDescription getInput(OwsCode id)
-
getInput
default ProcessInputDescription getInput(String id)
-
getInputDescriptions
Collection<? extends ProcessInputDescription> getInputDescriptions()
-
-