Class LiteralOutputDescriptionImpl.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.AbstractProcessOutputDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.LiteralOutputDescriptionImpl.AbstractBuilder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>
-
- org.n52.shetland.ogc.wps.description.impl.LiteralOutputDescriptionImpl.Builder
-
- All Implemented Interfaces:
Builder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>,DataDescription.Builder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>,Description.Builder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>,LiteralDescription.Builder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>,LiteralOutputDescription.Builder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>,ProcessOutputDescription.Builder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>
- Enclosing class:
- LiteralOutputDescriptionImpl
public static class LiteralOutputDescriptionImpl.Builder extends LiteralOutputDescriptionImpl.AbstractBuilder<LiteralOutputDescription,LiteralOutputDescriptionImpl.Builder>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, LiteralOutputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiteralOutputDescriptionbuild()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.LiteralOutputDescriptionImpl.AbstractBuilder
getDefaultLiteralDataDomain, getSupportedLiteralDataDomains, withDefaultLiteralDataDomain, withSupportedLiteralDataDomain
-
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
-
-
-
-
Constructor Detail
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, LiteralOutputDescription entity)
-
-
Method Detail
-
build
public LiteralOutputDescription build()
-
-