Interface DataDescription.Builder<T extends DataDescription,B extends DataDescription.Builder<T,B>>
-
- All Superinterfaces:
Builder<T,B>,Description.Builder<T,B>
- All Known Subinterfaces:
BoundingBoxInputDescription.Builder<T,B>,BoundingBoxOutputDescription.Builder<T,B>,ComplexInputDescription.Builder<T,B>,ComplexOutputDescription.Builder<T,B>,GroupInputDescription.Builder<T,B>,GroupOutputDescription.Builder<T,B>,LiteralInputDescription.Builder<T,B>,LiteralOutputDescription.Builder<T,B>,ProcessInputDescription.Builder<T,B>,ProcessOutputDescription.Builder<T,B>
- All Known Implementing Classes:
AbstractDataDescription.AbstractBuilder,AbstractProcessInputDescription.AbstractBuilder,AbstractProcessOutputDescription.AbstractBuilder,BoundingBoxInputDescriptionImpl.AbstractBuilder,BoundingBoxInputDescriptionImpl.Builder,BoundingBoxOutputDescriptionImpl.AbstractBuilder,BoundingBoxOutputDescriptionImpl.Builder,ComplexInputDescriptionImpl.AbstractBuilder,ComplexInputDescriptionImpl.Builder,ComplexOutputDescriptionImpl.AbstractBuilder,ComplexOutputDescriptionImpl.Builder,GroupInputDescriptionImpl.AbstractBuilder,GroupInputDescriptionImpl.Builder,GroupOutputDescriptionImpl.AbstractBuilder,GroupOutputDescriptionImpl.Builder,LiteralInputDescriptionImpl.AbstractBuilder,LiteralInputDescriptionImpl.Builder,LiteralOutputDescriptionImpl.AbstractBuilder,LiteralOutputDescriptionImpl.Builder
- Enclosing interface:
- DataDescription
public static interface DataDescription.Builder<T extends DataDescription,B extends DataDescription.Builder<T,B>> extends Description.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
-
-