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