Uses of Interface
net.opengis.wps10.ComplexDataType
Packages that use ComplexDataType
Package
Description
-
Uses of ComplexDataType in net.opengis.wps10
Methods in net.opengis.wps10 that return ComplexDataTypeModifier and TypeMethodDescriptionWps10Factory.createComplexDataType()
Returns a new object of class 'Complex Data Type'.DataType.getComplexData()
Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionvoid
DataType.setComplexData
(ComplexDataType value) Sets the value of the 'Complex Data
' containment reference. -
Uses of ComplexDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ComplexDataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Complex Data Type'.Fields in net.opengis.wps10.impl declared as ComplexDataTypeModifier and TypeFieldDescriptionprotected ComplexDataType
DataTypeImpl.complexData
The cached value of the 'Complex Data
' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createComplexDataType()
DataTypeImpl.getComplexData()
Methods in net.opengis.wps10.impl with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionNotificationChain
DataTypeImpl.basicSetComplexData
(ComplexDataType newComplexData, NotificationChain msgs) void
DataTypeImpl.setComplexData
(ComplexDataType newComplexData) -
Uses of ComplexDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionWps10Switch.caseComplexDataType
(ComplexDataType object) Returns the result of interpreting the object as an instance of 'Complex Data Type'.boolean
Wps10Validator.validateComplexDataType
(ComplexDataType complexDataType, DiagnosticChain diagnostics, Map context) -
Uses of ComplexDataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ComplexDataTypeModifier and TypeMethodDescriptionboolean
DataTypeValidator.validateComplexData
(ComplexDataType value)