Class ComplexInputDescriptionImpl.AbstractBuilder<T extends ComplexInputDescription,B extends ComplexInputDescriptionImpl.AbstractBuilder<T,B>>
- 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.ComplexInputDescriptionImpl.AbstractBuilder<T,B>
-
- All Implemented Interfaces:
Builder<T,B>,ComplexDescription.Builder<T,B>,ComplexInputDescription.Builder<T,B>,DataDescription.Builder<T,B>,Description.Builder<T,B>,ProcessInputDescription.Builder<T,B>
- Direct Known Subclasses:
ComplexInputDescriptionImpl.Builder
- Enclosing class:
- ComplexInputDescriptionImpl
public abstract static class ComplexInputDescriptionImpl.AbstractBuilder<T extends ComplexInputDescription,B extends ComplexInputDescriptionImpl.AbstractBuilder<T,B>> extends AbstractProcessInputDescription.AbstractBuilder<T,B> implements ComplexInputDescription.Builder<T,B>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedAbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ComplexInputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetDefaultFormat()BigIntegergetMaximumMegabytes()Set<Format>getSupportedFormats()BwithDefaultFormat(Format format)BwithMaximumMegabytes(BigInteger maximumMegabytes)BwithSupportedFormat(Format format)-
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.ComplexDescription.Builder
withMaximumMegabytes, withSupportedFormat, withSupportedFormat
-
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.ProcessInputDescription.Builder
withMaximalOccurence, withMaximalOccurence, withMinimalOccurence, withMinimalOccurence, withOccurence
-
-
-
-
Constructor Detail
-
AbstractBuilder
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ComplexInputDescription entity)
-
AbstractBuilder
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
-
Method Detail
-
withMaximumMegabytes
public B withMaximumMegabytes(BigInteger maximumMegabytes)
- Specified by:
withMaximumMegabytesin interfaceComplexDescription.Builder<T extends ComplexInputDescription,B extends ComplexInputDescriptionImpl.AbstractBuilder<T,B>>
-
withDefaultFormat
public B withDefaultFormat(Format format)
- Specified by:
withDefaultFormatin interfaceComplexDescription.Builder<T extends ComplexInputDescription,B extends ComplexInputDescriptionImpl.AbstractBuilder<T,B>>
-
withSupportedFormat
public B withSupportedFormat(Format format)
- Specified by:
withSupportedFormatin interfaceComplexDescription.Builder<T extends ComplexInputDescription,B extends ComplexInputDescriptionImpl.AbstractBuilder<T,B>>
-
getDefaultFormat
public Format getDefaultFormat()
-
getMaximumMegabytes
public BigInteger getMaximumMegabytes()
-
-