Uses of Interface
org.n52.shetland.ogc.wps.description.LiteralOutputDescription
-
Packages that use LiteralOutputDescription Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of LiteralOutputDescription in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type LiteralOutputDescription Modifier and Type Interface Description static interfaceLiteralOutputDescription.Builder<T extends LiteralOutputDescription,B extends LiteralOutputDescription.Builder<T,B>>interfaceProcessDescriptionBuilderFactory<PD extends ProcessDescription,GID extends GroupInputDescription,GOD extends GroupOutputDescription,LID extends LiteralInputDescription,LOD extends LiteralOutputDescription,CID extends ComplexInputDescription,COD extends ComplexOutputDescription,BID extends BoundingBoxInputDescription,BOD extends BoundingBoxOutputDescription,LDD extends LiteralDataDomain>Methods in org.n52.shetland.ogc.wps.description that return LiteralOutputDescription Modifier and Type Method Description default LiteralOutputDescriptionLiteralOutputDescription. asLiteral()default LiteralOutputDescriptionProcessOutputDescription. asLiteral()Methods in org.n52.shetland.ogc.wps.description with parameters of type LiteralOutputDescription Modifier and Type Method Description LiteralOutputDescription.Builder<? extends LOD,?>ProcessDescriptionBuilderFactory. literalOutput(LiteralOutputDescription entity)TProcessOutputDescription.ReturningVisitor. visit(LiteralOutputDescription output)TProcessOutputDescription.ThrowingReturningVisitor. visit(LiteralOutputDescription output)voidProcessOutputDescription.ThrowingVisitor. visit(LiteralOutputDescription output)voidProcessOutputDescription.Visitor. visit(LiteralOutputDescription output) -
Uses of LiteralOutputDescription in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl with type parameters of type LiteralOutputDescription Modifier and Type Class Description static classLiteralOutputDescriptionImpl.AbstractBuilder<T extends LiteralOutputDescription,B extends LiteralOutputDescriptionImpl.AbstractBuilder<T,B>>Classes in org.n52.shetland.ogc.wps.description.impl that implement LiteralOutputDescription Modifier and Type Class Description classLiteralOutputDescriptionImplTODO JavaDocMethods in org.n52.shetland.ogc.wps.description.impl that return LiteralOutputDescription Modifier and Type Method Description LiteralOutputDescriptionLiteralOutputDescriptionImpl.Builder. build()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type LiteralOutputDescription Modifier and Type Method Description LiteralOutputDescriptionImpl.BuilderProcessDescriptionFactory. literalOutput(LiteralOutputDescription entity)Constructors in org.n52.shetland.ogc.wps.description.impl with parameters of type LiteralOutputDescription Constructor Description AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, LiteralOutputDescription entity)Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, LiteralOutputDescription entity)
-