Uses of Interface
net.opengis.wps10.LiteralOutputType
Packages that use LiteralOutputType
Package
Description
-
Uses of LiteralOutputType in net.opengis.wps10
Subinterfaces of LiteralOutputType in net.opengis.wps10Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Literal Input Type'.Methods in net.opengis.wps10 that return LiteralOutputTypeModifier and TypeMethodDescriptionWps10Factory.createLiteralOutputType()
Returns a new object of class 'Literal Output Type'.OutputDescriptionType.getLiteralOutput()
Returns the value of the 'Literal Output' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralOutputTypeModifier and TypeMethodDescriptionvoid
OutputDescriptionType.setLiteralOutput
(LiteralOutputType value) Sets the value of the 'Literal Output
' containment reference. -
Uses of LiteralOutputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LiteralOutputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Literal Input Type'.class
An implementation of the model object 'Literal Output Type'.Fields in net.opengis.wps10.impl declared as LiteralOutputTypeModifier and TypeFieldDescriptionprotected LiteralOutputType
OutputDescriptionTypeImpl.literalOutput
The cached value of the 'Literal Output
' containment reference.Methods in net.opengis.wps10.impl that return LiteralOutputTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createLiteralOutputType()
OutputDescriptionTypeImpl.getLiteralOutput()
Methods in net.opengis.wps10.impl with parameters of type LiteralOutputTypeModifier and TypeMethodDescriptionNotificationChain
OutputDescriptionTypeImpl.basicSetLiteralOutput
(LiteralOutputType newLiteralOutput, NotificationChain msgs) void
OutputDescriptionTypeImpl.setLiteralOutput
(LiteralOutputType newLiteralOutput) -
Uses of LiteralOutputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LiteralOutputTypeModifier and TypeMethodDescriptionWps10Switch.caseLiteralOutputType
(LiteralOutputType object) Returns the result of interpreting the object as an instance of 'Literal Output Type'.boolean
Wps10Validator.validateLiteralOutputType
(LiteralOutputType literalOutputType, DiagnosticChain diagnostics, Map context) -
Uses of LiteralOutputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LiteralOutputTypeModifier and TypeMethodDescriptionboolean
OutputDescriptionTypeValidator.validateLiteralOutput
(LiteralOutputType value)