Class LiteralInputDescriptionImpl.Builder
- java.lang.Object
-
- org.n52.janmayen.AbstractBuildable.AbstractBuilder<ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?>,T,B>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDataDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.LiteralInputDescriptionImpl.AbstractBuilder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>
-
- org.n52.shetland.ogc.wps.description.impl.LiteralInputDescriptionImpl.Builder
-
- All Implemented Interfaces:
Builder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>,DataDescription.Builder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>,Description.Builder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>,LiteralDescription.Builder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>,LiteralInputDescription.Builder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>,ProcessInputDescription.Builder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>
- Enclosing class:
- LiteralInputDescriptionImpl
public static class LiteralInputDescriptionImpl.Builder extends LiteralInputDescriptionImpl.AbstractBuilder<LiteralInputDescription,LiteralInputDescriptionImpl.Builder>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, LiteralInputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiteralInputDescriptionbuild()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.LiteralInputDescriptionImpl.AbstractBuilder
getDefaultLiteralDataDomain, getSupportedLiteralDataDomains, withDefaultLiteralDataDomain, withSupportedLiteralDataDomain
-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription.AbstractBuilder
getMaximalOccurence, getMinimalOccurence, withMaximalOccurence, withMinimalOccurence
-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractDescription.AbstractBuilder
getAbstract, getId, getKeywords, getMetadata, getTitle, withAbstract, withIdentifier, withKeyword, withMetadata, withTitle
-
Methods inherited from class org.n52.janmayen.AbstractBuildable.AbstractBuilder
getFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, withSupportedLiteralDataDomain, withSupportedLiteralDataDomain
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription.Builder
withMaximalOccurence, withMaximalOccurence, withMinimalOccurence, withMinimalOccurence, withOccurence
-
-
-
-
Constructor Detail
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, LiteralInputDescription entity)
-
-
Method Detail
-
build
public LiteralInputDescription build()
-
-