Uses of Interface
org.n52.shetland.ogc.wps.description.GroupOutputDescription.Builder
-
Packages that use GroupOutputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of GroupOutputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type GroupOutputDescription.Builder Modifier and Type Interface Description static interfaceGroupOutputDescription.Builder<T extends GroupOutputDescription,B extends GroupOutputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description that return GroupOutputDescription.Builder Modifier and Type Method Description GroupOutputDescription.Builder<? extends GOD,?>ProcessDescriptionBuilderFactory. groupOutput()GroupOutputDescription.Builder<? extends GOD,?>ProcessDescriptionBuilderFactory. groupOutput(GroupOutputDescription entity)GroupOutputDescription.Builder<?,?>GroupOutputDescription. newBuilder() -
Uses of GroupOutputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement GroupOutputDescription.Builder Modifier and Type Class Description static classGroupOutputDescriptionImpl.AbstractBuilder<T extends GroupOutputDescription,B extends GroupOutputDescriptionImpl.AbstractBuilder<T,B>>static classGroupOutputDescriptionImpl.BuilderMethods in org.n52.shetland.ogc.wps.description.impl that return GroupOutputDescription.Builder Modifier and Type Method Description GroupOutputDescription.Builder<?,?>GroupOutputDescriptionImpl. newBuilder()
-