Uses of Interface
org.n52.shetland.ogc.wps.description.LiteralOutputDescription.Builder
-
Packages that use LiteralOutputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of LiteralOutputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type LiteralOutputDescription.Builder Modifier and Type Interface Description static interfaceLiteralOutputDescription.Builder<T extends LiteralOutputDescription,B extends LiteralOutputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description that return LiteralOutputDescription.Builder Modifier and Type Method Description LiteralOutputDescription.Builder<? extends LOD,?>ProcessDescriptionBuilderFactory. literalOutput()LiteralOutputDescription.Builder<? extends LOD,?>ProcessDescriptionBuilderFactory. literalOutput(LiteralOutputDescription entity)LiteralOutputDescription.Builder<?,?>LiteralOutputDescription. newBuilder() -
Uses of LiteralOutputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement LiteralOutputDescription.Builder Modifier and Type Class Description static classLiteralOutputDescriptionImpl.AbstractBuilder<T extends LiteralOutputDescription,B extends LiteralOutputDescriptionImpl.AbstractBuilder<T,B>>static classLiteralOutputDescriptionImpl.BuilderMethods in org.n52.shetland.ogc.wps.description.impl that return LiteralOutputDescription.Builder Modifier and Type Method Description LiteralOutputDescription.Builder<?,?>LiteralOutputDescriptionImpl. newBuilder()
-