Class AbstractProcessInputDescription.AbstractBuilder<T extends ProcessInputDescription,B extends AbstractProcessInputDescription.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>
-
- All Implemented Interfaces:
Builder<T,B>,DataDescription.Builder<T,B>,Description.Builder<T,B>,ProcessInputDescription.Builder<T,B>
- Direct Known Subclasses:
BoundingBoxInputDescriptionImpl.AbstractBuilder,ComplexInputDescriptionImpl.AbstractBuilder,GroupInputDescriptionImpl.AbstractBuilder,LiteralInputDescriptionImpl.AbstractBuilder
- Enclosing class:
- AbstractProcessInputDescription
protected abstract static class AbstractProcessInputDescription.AbstractBuilder<T extends ProcessInputDescription,B extends AbstractProcessInputDescription.AbstractBuilder<T,B>> extends AbstractDataDescription.AbstractBuilder<T,B> implements ProcessInputDescription.Builder<T,B>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedAbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ProcessInputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetMaximalOccurence()BigIntegergetMinimalOccurence()BwithMaximalOccurence(BigInteger max)BwithMinimalOccurence(BigInteger min)-
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.ProcessInputDescription.Builder
withMaximalOccurence, withMinimalOccurence, withOccurence
-
-
-
-
Constructor Detail
-
AbstractBuilder
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, ProcessInputDescription entity)
-
AbstractBuilder
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
-
Method Detail
-
withMinimalOccurence
public B withMinimalOccurence(BigInteger min)
- Specified by:
withMinimalOccurencein interfaceProcessInputDescription.Builder<T extends ProcessInputDescription,B extends AbstractProcessInputDescription.AbstractBuilder<T,B>>
-
withMaximalOccurence
public B withMaximalOccurence(BigInteger max)
- Specified by:
withMaximalOccurencein interfaceProcessInputDescription.Builder<T extends ProcessInputDescription,B extends AbstractProcessInputDescription.AbstractBuilder<T,B>>
-
getMinimalOccurence
public BigInteger getMinimalOccurence()
-
getMaximalOccurence
public BigInteger getMaximalOccurence()
-
-