Class ComplexInputDescriptionImpl
- java.lang.Object
-
- org.n52.janmayen.AbstractBuildable<ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?>>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDescription
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDataDescription
-
- org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription
-
- org.n52.shetland.ogc.wps.description.impl.ComplexInputDescriptionImpl
-
- All Implemented Interfaces:
ComplexDescription,ComplexInputDescription,DataDescription,Description,ProcessInputDescription
public class ComplexInputDescriptionImpl extends AbstractProcessInputDescription implements ComplexInputDescription
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComplexInputDescriptionImpl.AbstractBuilder<T extends ComplexInputDescription,B extends ComplexInputDescriptionImpl.AbstractBuilder<T,B>>static classComplexInputDescriptionImpl.Builder-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription
ProcessInputDescription.ReturningVisitor<T>, ProcessInputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessInputDescription.ThrowingVisitor<X extends Exception>, ProcessInputDescription.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedComplexInputDescriptionImpl(ComplexInputDescriptionImpl.AbstractBuilder<?,?> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetDefaultFormat()Optional<BigInteger>getMaximumMegabytes()Set<Format>getSupportedFormats()ComplexInputDescription.Builder<?,?>newBuilder()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription
getOccurence
-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractDescription
getAbstract, getId, getKeywords, getMetadata, getTitle
-
Methods inherited from class org.n52.janmayen.AbstractBuildable
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.ComplexInputDescription
asComplex, isComplex, visit, visit
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.DataDescription
isBoundingBox, isGroup, isLiteral
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription
asBoundingBox, asGroup, asLiteral, getOccurence, visit, visit
-
-
-
-
Constructor Detail
-
ComplexInputDescriptionImpl
protected ComplexInputDescriptionImpl(ComplexInputDescriptionImpl.AbstractBuilder<?,?> builder)
-
-
Method Detail
-
getSupportedFormats
public Set<Format> getSupportedFormats()
- Specified by:
getSupportedFormatsin interfaceComplexDescription
-
getDefaultFormat
public Format getDefaultFormat()
- Specified by:
getDefaultFormatin interfaceComplexDescription
-
getMaximumMegabytes
public Optional<BigInteger> getMaximumMegabytes()
- Specified by:
getMaximumMegabytesin interfaceComplexDescription
-
newBuilder
public ComplexInputDescription.Builder<?,?> newBuilder()
- Specified by:
newBuilderin interfaceComplexInputDescription
-
-