Interface ProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescription.Builder<T,B>>
-
- All Superinterfaces:
Builder<T,B>,Description.Builder<T,B>,ProcessInputDescriptionContainer.Builder<T,B>,ProcessOutputDescriptionContainer.Builder<T,B>
- All Known Implementing Classes:
ProcessDescriptionImpl.AbstractBuilder,ProcessDescriptionImpl.Builder
- Enclosing interface:
- ProcessDescription
public static interface ProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescription.Builder<T,B>> extends ProcessInputDescriptionContainer.Builder<T,B>, ProcessOutputDescriptionContainer.Builder<T,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BstatusSupported(boolean statusSupported)BstoreSupported(boolean storeSupported)BwithVersion(String version)-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description.Builder
withAbstract, withAbstract, withAbstract, withDescription, withIdentifier, withIdentifier, withIdentifier, withIdentifier, withKeyword, withKeyword, withKeywords, withKeywords, withMetadata, withMetadata, withMetadata, withTitle, withTitle, withTitle
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescriptionContainer.Builder
withInput, withInput, withInput, withInput, withInput
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescriptionContainer.Builder
withOutput, withOutput, withOutput, withOutput, withOutput
-
-