Uses of Interface
org.n52.shetland.ogc.wps.description.ProcessOutputDescriptionContainer.Builder
-
Packages that use ProcessOutputDescriptionContainer.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of ProcessOutputDescriptionContainer.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type ProcessOutputDescriptionContainer.Builder Modifier and Type Interface Description static interfaceProcessOutputDescriptionContainer.Builder<T extends ProcessOutputDescriptionContainer,B extends ProcessOutputDescriptionContainer.Builder<T,B>>Subinterfaces of ProcessOutputDescriptionContainer.Builder in org.n52.shetland.ogc.wps.description Modifier and Type Interface Description static interfaceGroupOutputDescription.Builder<T extends GroupOutputDescription,B extends GroupOutputDescription.Builder<T,B>>static interfaceProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescription.Builder<T,B>> -
Uses of ProcessOutputDescriptionContainer.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement ProcessOutputDescriptionContainer.Builder Modifier and Type Class Description static classGroupOutputDescriptionImpl.AbstractBuilder<T extends GroupOutputDescription,B extends GroupOutputDescriptionImpl.AbstractBuilder<T,B>>static classGroupOutputDescriptionImpl.Builderstatic classProcessDescriptionImpl.AbstractBuilder<T extends ProcessDescription,B extends ProcessDescriptionImpl.AbstractBuilder<T,B>>static classProcessDescriptionImpl.Builder
-