Class LiteralOutputDescriptionImpl
- 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.AbstractProcessOutputDescription
-
- org.n52.shetland.ogc.wps.description.impl.LiteralOutputDescriptionImpl
-
- All Implemented Interfaces:
DataDescription,Description,LiteralDescription,LiteralOutputDescription,ProcessOutputDescription
public class LiteralOutputDescriptionImpl extends AbstractProcessOutputDescription implements LiteralOutputDescription
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiteralOutputDescriptionImpl.AbstractBuilder<T extends LiteralOutputDescription,B extends LiteralOutputDescriptionImpl.AbstractBuilder<T,B>>static classLiteralOutputDescriptionImpl.Builder-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescription
ProcessOutputDescription.ReturningVisitor<T>, ProcessOutputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessOutputDescription.ThrowingVisitor<X extends Exception>, ProcessOutputDescription.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLiteralOutputDescriptionImpl(LiteralOutputDescriptionImpl.AbstractBuilder<?,?> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiteralDataDomaingetDefaultLiteralDataDomain()Set<LiteralDataDomain>getSupportedLiteralDataDomains()LiteralOutputDescription.Builder<?,?>newBuilder()-
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.DataDescription
isBoundingBox, isComplex, isGroup
-
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.LiteralOutputDescription
asLiteral, isLiteral, visit, visit
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescription
asBoundingBox, asComplex, asGroup, visit, visit
-
-
-
-
Constructor Detail
-
LiteralOutputDescriptionImpl
protected LiteralOutputDescriptionImpl(LiteralOutputDescriptionImpl.AbstractBuilder<?,?> builder)
-
-
Method Detail
-
getSupportedLiteralDataDomains
public Set<LiteralDataDomain> getSupportedLiteralDataDomains()
- Specified by:
getSupportedLiteralDataDomainsin interfaceLiteralDescription
-
getDefaultLiteralDataDomain
public LiteralDataDomain getDefaultLiteralDataDomain()
- Specified by:
getDefaultLiteralDataDomainin interfaceLiteralDescription
-
newBuilder
public LiteralOutputDescription.Builder<?,?> newBuilder()
- Specified by:
newBuilderin interfaceLiteralOutputDescription
-
-