Interface DataDescription
-
- All Superinterfaces:
Description
- All Known Subinterfaces:
BoundingBoxInputDescription,BoundingBoxOutputDescription,ComplexInputDescription,ComplexOutputDescription,GroupInputDescription,GroupOutputDescription,LiteralInputDescription,LiteralOutputDescription,ProcessInputDescription,ProcessOutputDescription
- All Known Implementing Classes:
AbstractDataDescription,AbstractProcessInputDescription,AbstractProcessOutputDescription,BoundingBoxInputDescriptionImpl,BoundingBoxOutputDescriptionImpl,ComplexInputDescriptionImpl,ComplexOutputDescriptionImpl,GroupInputDescriptionImpl,GroupOutputDescriptionImpl,LiteralInputDescriptionImpl,LiteralOutputDescriptionImpl
public interface DataDescription extends Description
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDataDescription.Builder<T extends DataDescription,B extends DataDescription.Builder<T,B>>
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisBoundingBox()default booleanisComplex()default booleanisGroup()default booleanisLiteral()-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
-