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 TypeMethodDescriptionvoidDataType.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 TypeClassDescriptionclassAn implementation of the model object 'Literal Data Type'.Fields in net.opengis.wps10.impl declared as LiteralDataTypeModifier and TypeFieldDescriptionprotected LiteralDataTypeDataTypeImpl.literalDataThe 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 TypeMethodDescriptionNotificationChainDataTypeImpl.basicSetLiteralData(LiteralDataType newLiteralData, NotificationChain msgs) voidDataTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanDataTypeValidator.validateLiteralData(LiteralDataType value)