Uses of Interface
net.opengis.wps10.SupportedComplexDataType
Packages that use SupportedComplexDataType
Package
Description
-
Uses of SupportedComplexDataType in net.opengis.wps10
Subinterfaces of SupportedComplexDataType in net.opengis.wps10Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Supported Complex Data Input Type'.Methods in net.opengis.wps10 that return SupportedComplexDataTypeModifier and TypeMethodDescriptionWps10Factory.createSupportedComplexDataType()
Returns a new object of class 'Supported Complex Data Type'.OutputDescriptionType.getComplexOutput()
Returns the value of the 'Complex Output' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionvoid
OutputDescriptionType.setComplexOutput
(SupportedComplexDataType value) Sets the value of the 'Complex Output
' containment reference. -
Uses of SupportedComplexDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement SupportedComplexDataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Supported Complex Data Input Type'.class
An implementation of the model object 'Supported Complex Data Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataTypeModifier and TypeFieldDescriptionprotected SupportedComplexDataType
OutputDescriptionTypeImpl.complexOutput
The cached value of the 'Complex Output
' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createSupportedComplexDataType()
OutputDescriptionTypeImpl.getComplexOutput()
Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionNotificationChain
OutputDescriptionTypeImpl.basicSetComplexOutput
(SupportedComplexDataType newComplexOutput, NotificationChain msgs) void
OutputDescriptionTypeImpl.setComplexOutput
(SupportedComplexDataType newComplexOutput) -
Uses of SupportedComplexDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionWps10Switch.caseSupportedComplexDataType
(SupportedComplexDataType object) Returns the result of interpreting the object as an instance of 'Supported Complex Data Type'.boolean
Wps10Validator.validateSupportedComplexDataType
(SupportedComplexDataType supportedComplexDataType, DiagnosticChain diagnostics, Map context) -
Uses of SupportedComplexDataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionboolean
OutputDescriptionTypeValidator.validateComplexOutput
(SupportedComplexDataType value)