Interface ProcessOutputDescription.Builder<T extends ProcessOutputDescription,B extends ProcessOutputDescription.Builder<T,B>>
-
- All Superinterfaces:
Builder<T,B>,DataDescription.Builder<T,B>,Description.Builder<T,B>
- All Known Subinterfaces:
BoundingBoxOutputDescription.Builder<T,B>,ComplexOutputDescription.Builder<T,B>,GroupOutputDescription.Builder<T,B>,LiteralOutputDescription.Builder<T,B>
- All Known Implementing Classes:
AbstractProcessOutputDescription.AbstractBuilder,BoundingBoxOutputDescriptionImpl.AbstractBuilder,BoundingBoxOutputDescriptionImpl.Builder,ComplexOutputDescriptionImpl.AbstractBuilder,ComplexOutputDescriptionImpl.Builder,GroupOutputDescriptionImpl.AbstractBuilder,GroupOutputDescriptionImpl.Builder,LiteralOutputDescriptionImpl.AbstractBuilder,LiteralOutputDescriptionImpl.Builder
- Enclosing interface:
- ProcessOutputDescription
public static interface ProcessOutputDescription.Builder<T extends ProcessOutputDescription,B extends ProcessOutputDescription.Builder<T,B>> extends DataDescription.Builder<T,B>
-
-
Method Summary
-
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
-
-