Uses of Interface
org.n52.shetland.ogc.wps.description.GroupOutputDescription
-
Packages that use GroupOutputDescription Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of GroupOutputDescription in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type GroupOutputDescription Modifier and Type Interface Description static interfaceGroupOutputDescription.Builder<T extends GroupOutputDescription,B extends GroupOutputDescription.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 GroupOutputDescription Modifier and Type Method Description default GroupOutputDescriptionProcessOutputDescription. asGroup()Methods in org.n52.shetland.ogc.wps.description with parameters of type GroupOutputDescription Modifier and Type Method Description GroupOutputDescription.Builder<? extends GOD,?>ProcessDescriptionBuilderFactory. groupOutput(GroupOutputDescription entity)TProcessOutputDescription.ReturningVisitor. visit(GroupOutputDescription output)TProcessOutputDescription.ThrowingReturningVisitor. visit(GroupOutputDescription output)voidProcessOutputDescription.ThrowingVisitor. visit(GroupOutputDescription output)voidProcessOutputDescription.Visitor. visit(GroupOutputDescription output) -
Uses of GroupOutputDescription in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl with type parameters of type GroupOutputDescription Modifier and Type Class Description static classGroupOutputDescriptionImpl.AbstractBuilder<T extends GroupOutputDescription,B extends GroupOutputDescriptionImpl.AbstractBuilder<T,B>>Classes in org.n52.shetland.ogc.wps.description.impl that implement GroupOutputDescription Modifier and Type Class Description classGroupOutputDescriptionImplTODO JavaDocMethods in org.n52.shetland.ogc.wps.description.impl that return GroupOutputDescription Modifier and Type Method Description GroupOutputDescriptionGroupOutputDescriptionImpl.Builder. build()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type GroupOutputDescription Modifier and Type Method Description GroupOutputDescriptionImpl.BuilderProcessDescriptionFactory. groupOutput(GroupOutputDescription entity)Constructors in org.n52.shetland.ogc.wps.description.impl with parameters of type GroupOutputDescription Constructor Description AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, GroupOutputDescription entity)Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, GroupOutputDescription entity)
-