Uses of Interface
org.n52.shetland.ogc.wps.description.LiteralDescription.Builder
-
Packages that use LiteralDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of LiteralDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type LiteralDescription.Builder Modifier and Type Interface Description static interfaceLiteralDescription.Builder<T extends LiteralDescription,B extends LiteralDescription.Builder<T,B>>Subinterfaces of LiteralDescription.Builder in org.n52.shetland.ogc.wps.description Modifier and Type Interface Description static interfaceLiteralInputDescription.Builder<T extends LiteralInputDescription,B extends LiteralInputDescription.Builder<T,B>>static interfaceLiteralOutputDescription.Builder<T extends LiteralOutputDescription,B extends LiteralOutputDescription.Builder<T,B>> -
Uses of LiteralDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement LiteralDescription.Builder Modifier and Type Class Description static classLiteralInputDescriptionImpl.AbstractBuilder<T extends LiteralInputDescription,B extends LiteralInputDescriptionImpl.AbstractBuilder<T,B>>static classLiteralInputDescriptionImpl.Builderstatic classLiteralOutputDescriptionImpl.AbstractBuilder<T extends LiteralOutputDescription,B extends LiteralOutputDescriptionImpl.AbstractBuilder<T,B>>static classLiteralOutputDescriptionImpl.Builder
-