Uses of Interface
org.n52.shetland.ogc.wps.description.GroupInputDescription.Builder
-
Packages that use GroupInputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of GroupInputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type GroupInputDescription.Builder Modifier and Type Interface Description static interfaceGroupInputDescription.Builder<T extends GroupInputDescription,B extends GroupInputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description that return GroupInputDescription.Builder Modifier and Type Method Description GroupInputDescription.Builder<? extends GID,?>ProcessDescriptionBuilderFactory. groupInput()GroupInputDescription.Builder<? extends GID,?>ProcessDescriptionBuilderFactory. groupInput(GroupInputDescription entity)GroupInputDescription.Builder<?,?>GroupInputDescription. newBuilder() -
Uses of GroupInputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement GroupInputDescription.Builder Modifier and Type Class Description static classGroupInputDescriptionImpl.AbstractBuilder<T extends GroupInputDescription,B extends GroupInputDescriptionImpl.AbstractBuilder<T,B>>static classGroupInputDescriptionImpl.BuilderMethods in org.n52.shetland.ogc.wps.description.impl that return GroupInputDescription.Builder Modifier and Type Method Description GroupInputDescription.Builder<?,?>GroupInputDescriptionImpl. newBuilder()
-