Uses of Interface
org.n52.shetland.ogc.wps.description.GroupInputDescription
-
Packages that use GroupInputDescription Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of GroupInputDescription in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type GroupInputDescription Modifier and Type Interface Description static interfaceGroupInputDescription.Builder<T extends GroupInputDescription,B extends GroupInputDescription.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 GroupInputDescription Modifier and Type Method Description default GroupInputDescriptionProcessInputDescription. asGroup()Methods in org.n52.shetland.ogc.wps.description with parameters of type GroupInputDescription Modifier and Type Method Description GroupInputDescription.Builder<? extends GID,?>ProcessDescriptionBuilderFactory. groupInput(GroupInputDescription entity)TProcessInputDescription.ReturningVisitor. visit(GroupInputDescription input)TProcessInputDescription.ThrowingReturningVisitor. visit(GroupInputDescription input)voidProcessInputDescription.ThrowingVisitor. visit(GroupInputDescription input)voidProcessInputDescription.Visitor. visit(GroupInputDescription input) -
Uses of GroupInputDescription in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl with type parameters of type GroupInputDescription Modifier and Type Class Description static classGroupInputDescriptionImpl.AbstractBuilder<T extends GroupInputDescription,B extends GroupInputDescriptionImpl.AbstractBuilder<T,B>>Classes in org.n52.shetland.ogc.wps.description.impl that implement GroupInputDescription Modifier and Type Class Description classGroupInputDescriptionImplMethods in org.n52.shetland.ogc.wps.description.impl that return GroupInputDescription Modifier and Type Method Description GroupInputDescriptionGroupInputDescriptionImpl.Builder. build()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type GroupInputDescription Modifier and Type Method Description GroupInputDescriptionImpl.BuilderProcessDescriptionFactory. groupInput(GroupInputDescription entity)Constructors in org.n52.shetland.ogc.wps.description.impl with parameters of type GroupInputDescription Constructor Description AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, GroupInputDescription entity)Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, GroupInputDescription entity)
-