Class ProcessDescriptionImpl.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.ProcessDescriptionImpl.AbstractBuilder<ProcessDescription,ProcessDescriptionImpl.Builder>
-
- org.n52.shetland.ogc.wps.description.impl.ProcessDescriptionImpl.Builder
-
- All Implemented Interfaces:
Builder<ProcessDescription,ProcessDescriptionImpl.Builder>,Description.Builder<ProcessDescription,ProcessDescriptionImpl.Builder>,ProcessDescription.Builder<ProcessDescription,ProcessDescriptionImpl.Builder>,ProcessInputDescriptionContainer.Builder<ProcessDescription,ProcessDescriptionImpl.Builder>,ProcessOutputDescriptionContainer.Builder<ProcessDescription,ProcessDescriptionImpl.Builder>
- Enclosing class:
- ProcessDescriptionImpl
public static class ProcessDescriptionImpl.Builder extends ProcessDescriptionImpl.AbstractBuilder<ProcessDescription,ProcessDescriptionImpl.Builder>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ProcessDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessDescriptionbuild()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.ProcessDescriptionImpl.AbstractBuilder
getInputs, getOutputs, getVersion, isStatusSupported, isStoreSupported, statusSupported, storeSupported, withInput, withOutput, withVersion
-
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.ProcessInputDescriptionContainer.Builder
withInput, withInput, withInput, withInput
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescriptionContainer.Builder
withOutput, withOutput, withOutput, withOutput
-
-
-
-
Constructor Detail
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ProcessDescription entity)
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
-
Method Detail
-
build
public ProcessDescription build()
-
-