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 TypeMethodDescriptionvoidDataType.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 TypeClassDescriptionclassAn implementation of the model object 'Complex Data Type'.Fields in net.opengis.wps10.impl declared as ComplexDataTypeModifier and TypeFieldDescriptionprotected ComplexDataTypeDataTypeImpl.complexDataThe 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 TypeMethodDescriptionNotificationChainDataTypeImpl.basicSetComplexData(ComplexDataType newComplexData, NotificationChain msgs) voidDataTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanDataTypeValidator.validateComplexData(ComplexDataType value)