Class AbstractDataDescription
- java.lang.Object
-
- org.n52.janmayen.AbstractBuildable<ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?>>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDescription
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDataDescription
-
- All Implemented Interfaces:
DataDescription,Description
- Direct Known Subclasses:
AbstractProcessInputDescription,AbstractProcessOutputDescription
public abstract class AbstractDataDescription extends AbstractDescription implements DataDescription
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractDataDescription.AbstractBuilder<T extends DataDescription,B extends AbstractDataDescription.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>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDataDescription(AbstractDataDescription.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
-
-
-
-
Constructor Detail
-
AbstractDataDescription
protected AbstractDataDescription(AbstractDataDescription.AbstractBuilder<?,?> builder)
-
-