Uses of Interface
net.opengis.wps20.LiteralValueType
Packages that use LiteralValueType
-
Uses of LiteralValueType in net.opengis.wps20
Methods in net.opengis.wps20 that return LiteralValueTypeModifier and TypeMethodDescriptionWps20Factory.createLiteralValueType()
Returns a new object of class 'Literal Value Type'.DocumentRoot.getLiteralValue()
Returns the value of the 'Literal Value' containment reference.Methods in net.opengis.wps20 with parameters of type LiteralValueTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLiteralValue
(LiteralValueType value) Sets the value of the 'Literal Value
' containment reference. -
Uses of LiteralValueType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement LiteralValueTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Literal Value Type'.Methods in net.opengis.wps20.impl that return LiteralValueTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createLiteralValueType()
DocumentRootImpl.getLiteralValue()
Methods in net.opengis.wps20.impl with parameters of type LiteralValueTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLiteralValue
(LiteralValueType newLiteralValue, NotificationChain msgs) void
DocumentRootImpl.setLiteralValue
(LiteralValueType newLiteralValue) -
Uses of LiteralValueType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type LiteralValueTypeModifier and TypeMethodDescriptionWps20Switch.caseLiteralValueType
(LiteralValueType object) Returns the result of interpreting the object as an instance of 'Literal Value Type'.boolean
Wps20Validator.validateLiteralValueType
(LiteralValueType literalValueType, DiagnosticChain diagnostics, Map<Object, Object> context)