Class AbstractProcessInputDescription
- 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
-
- All Implemented Interfaces:
DataDescription,Description,ProcessInputDescription
- Direct Known Subclasses:
BoundingBoxInputDescriptionImpl,ComplexInputDescriptionImpl,GroupInputDescriptionImpl,LiteralInputDescriptionImpl
public abstract class AbstractProcessInputDescription extends AbstractDataDescription implements ProcessInputDescription
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAbstractProcessInputDescription.AbstractBuilder<T extends ProcessInputDescription,B extends AbstractProcessInputDescription.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.ProcessInputDescription
ProcessInputDescription.Builder<T extends ProcessInputDescription,B extends ProcessInputDescription.Builder<T,B>>, ProcessInputDescription.ReturningVisitor<T>, ProcessInputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessInputDescription.ThrowingVisitor<X extends Exception>, ProcessInputDescription.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractProcessInputDescription(AbstractProcessInputDescription.AbstractBuilder<?,?> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputOccurencegetOccurence()-
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.ProcessInputDescription
asBoundingBox, asComplex, asGroup, asLiteral, visit, visit, visit, visit
-
-
-
-
Constructor Detail
-
AbstractProcessInputDescription
protected AbstractProcessInputDescription(AbstractProcessInputDescription.AbstractBuilder<?,?> builder)
-
-
Method Detail
-
getOccurence
public InputOccurence getOccurence()
- Specified by:
getOccurencein interfaceProcessInputDescription
-
-