Interface LiteralInputDescription.Builder<T extends LiteralInputDescription,B extends LiteralInputDescription.Builder<T,B>>
-
- All Superinterfaces:
Builder<T,B>,DataDescription.Builder<T,B>,Description.Builder<T,B>,LiteralDescription.Builder<T,B>,ProcessInputDescription.Builder<T,B>
- All Known Implementing Classes:
LiteralInputDescriptionImpl.AbstractBuilder,LiteralInputDescriptionImpl.Builder
- Enclosing interface:
- LiteralInputDescription
public static interface LiteralInputDescription.Builder<T extends LiteralInputDescription,B extends LiteralInputDescription.Builder<T,B>> extends ProcessInputDescription.Builder<T,B>, LiteralDescription.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
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.LiteralDescription.Builder
withDefaultLiteralDataDomain, withDefaultLiteralDataDomain, withSupportedLiteralDataDomain, withSupportedLiteralDataDomain, withSupportedLiteralDataDomain
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription.Builder
withMaximalOccurence, withMaximalOccurence, withMinimalOccurence, withMinimalOccurence, withOccurence
-
-