Uses of Class
org.n52.shetland.ogc.wps.InputOccurence
-
Packages that use InputOccurence Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of InputOccurence in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return InputOccurence Modifier and Type Method Description static InputOccurenceInputOccurence. one()static InputOccurenceInputOccurence. oneOrMore()static InputOccurenceInputOccurence. zeroOrMore()static InputOccurenceInputOccurence. zeroOrOne() -
Uses of InputOccurence in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return InputOccurence Modifier and Type Method Description InputOccurenceProcessInputDescription. getOccurence()Methods in org.n52.shetland.ogc.wps.description with parameters of type InputOccurence Modifier and Type Method Description default BProcessInputDescription.Builder. withOccurence(InputOccurence occurence) -
Uses of InputOccurence in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return InputOccurence Modifier and Type Method Description InputOccurenceAbstractProcessInputDescription. getOccurence()
-