Class AbstractProcessOutputDescription
- 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
-
- All Implemented Interfaces:
DataDescription,Description,ProcessOutputDescription
- Direct Known Subclasses:
BoundingBoxOutputDescriptionImpl,ComplexOutputDescriptionImpl,GroupOutputDescriptionImpl,LiteralOutputDescriptionImpl
public abstract class AbstractProcessOutputDescription extends AbstractDataDescription implements ProcessOutputDescription
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAbstractProcessOutputDescription.AbstractBuilder<T extends ProcessOutputDescription,B extends AbstractProcessOutputDescription.AbstractBuilder<T,B>>-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.DataDescription
DataDescription.Builder<T extends DataDescription,B extends DataDescription.Builder<T,B>>
-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.Description
Description.Builder<T extends Description,B extends Description.Builder<T,B>>
-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescription
ProcessOutputDescription.Builder<T extends ProcessOutputDescription,B extends ProcessOutputDescription.Builder<T,B>>, ProcessOutputDescription.ReturningVisitor<T>, ProcessOutputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessOutputDescription.ThrowingVisitor<X extends Exception>, ProcessOutputDescription.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractProcessOutputDescription(AbstractProcessOutputDescription.AbstractBuilder<?,?> builder)
-
Method Summary
-
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, 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.ProcessOutputDescription
asBoundingBox, asComplex, asGroup, asLiteral, visit, visit, visit, visit
-
-
-
-
Constructor Detail
-
AbstractProcessOutputDescription
protected AbstractProcessOutputDescription(AbstractProcessOutputDescription.AbstractBuilder<?,?> builder)
-
-