Uses of Interface
net.opengis.wps10.LiteralInputType
Packages that use LiteralInputType
Package
Description
-
Uses of LiteralInputType in net.opengis.wps10
Methods in net.opengis.wps10 that return LiteralInputTypeModifier and TypeMethodDescriptionWps10Factory.createLiteralInputType()
Returns a new object of class 'Literal Input Type'.InputDescriptionType.getLiteralData()
Returns the value of the 'Literal Data' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralInputTypeModifier and TypeMethodDescriptionvoid
InputDescriptionType.setLiteralData
(LiteralInputType value) Sets the value of the 'Literal Data
' containment reference. -
Uses of LiteralInputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LiteralInputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Literal Input Type'.Fields in net.opengis.wps10.impl declared as LiteralInputTypeModifier and TypeFieldDescriptionprotected LiteralInputType
InputDescriptionTypeImpl.literalData
The cached value of the 'Literal Data
' containment reference.Methods in net.opengis.wps10.impl that return LiteralInputTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createLiteralInputType()
InputDescriptionTypeImpl.getLiteralData()
Methods in net.opengis.wps10.impl with parameters of type LiteralInputTypeModifier and TypeMethodDescriptionNotificationChain
InputDescriptionTypeImpl.basicSetLiteralData
(LiteralInputType newLiteralData, NotificationChain msgs) void
InputDescriptionTypeImpl.setLiteralData
(LiteralInputType newLiteralData) -
Uses of LiteralInputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LiteralInputTypeModifier and TypeMethodDescriptionWps10Switch.caseLiteralInputType
(LiteralInputType object) Returns the result of interpreting the object as an instance of 'Literal Input Type'.boolean
Wps10Validator.validateLiteralInputType
(LiteralInputType literalInputType, DiagnosticChain diagnostics, Map context) -
Uses of LiteralInputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LiteralInputTypeModifier and TypeMethodDescriptionboolean
InputDescriptionTypeValidator.validateLiteralData
(LiteralInputType value)