Uses of Interface
net.opengis.wps10.SupportedComplexDataInputType
Packages that use SupportedComplexDataInputType
Package
Description
-
Uses of SupportedComplexDataInputType in net.opengis.wps10
Methods in net.opengis.wps10 that return SupportedComplexDataInputTypeModifier and TypeMethodDescriptionWps10Factory.createSupportedComplexDataInputType()
Returns a new object of class 'Supported Complex Data Input Type'.InputDescriptionType.getComplexData()
Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataInputTypeModifier and TypeMethodDescriptionvoid
InputDescriptionType.setComplexData
(SupportedComplexDataInputType value) Sets the value of the 'Complex Data
' containment reference. -
Uses of SupportedComplexDataInputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement SupportedComplexDataInputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Supported Complex Data Input Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataInputTypeModifier and TypeFieldDescriptionprotected SupportedComplexDataInputType
InputDescriptionTypeImpl.complexData
The cached value of the 'Complex Data
' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataInputTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createSupportedComplexDataInputType()
InputDescriptionTypeImpl.getComplexData()
Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataInputTypeModifier and TypeMethodDescriptionNotificationChain
InputDescriptionTypeImpl.basicSetComplexData
(SupportedComplexDataInputType newComplexData, NotificationChain msgs) void
InputDescriptionTypeImpl.setComplexData
(SupportedComplexDataInputType newComplexData) -
Uses of SupportedComplexDataInputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedComplexDataInputTypeModifier and TypeMethodDescriptionWps10Switch.caseSupportedComplexDataInputType
(SupportedComplexDataInputType object) Returns the result of interpreting the object as an instance of 'Supported Complex Data Input Type'.boolean
Wps10Validator.validateSupportedComplexDataInputType
(SupportedComplexDataInputType supportedComplexDataInputType, DiagnosticChain diagnostics, Map context) -
Uses of SupportedComplexDataInputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedComplexDataInputTypeModifier and TypeMethodDescriptionboolean
InputDescriptionTypeValidator.validateComplexData
(SupportedComplexDataInputType value)