Uses of Interface
org.n52.shetland.ogc.wps.description.ProcessInputDescription.Builder
-
Packages that use ProcessInputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of ProcessInputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type ProcessInputDescription.Builder Modifier and Type Interface Description static interfaceProcessInputDescription.Builder<T extends ProcessInputDescription,B extends ProcessInputDescription.Builder<T,B>>Subinterfaces of ProcessInputDescription.Builder in org.n52.shetland.ogc.wps.description Modifier and Type Interface Description static interfaceBoundingBoxInputDescription.Builder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescription.Builder<T,B>>static interfaceComplexInputDescription.Builder<T extends ComplexInputDescription,B extends ComplexInputDescription.Builder<T,B>>static interfaceGroupInputDescription.Builder<T extends GroupInputDescription,B extends GroupInputDescription.Builder<T,B>>static interfaceLiteralInputDescription.Builder<T extends LiteralInputDescription,B extends LiteralInputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description with parameters of type ProcessInputDescription.Builder Modifier and Type Method Description default BProcessInputDescriptionContainer.Builder. withInput(ProcessInputDescription.Builder<?,?> input) -
Uses of ProcessInputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
-