Uses of Interface
net.opengis.wps10.SupportedComplexDataInputType
-
Packages that use SupportedComplexDataInputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of SupportedComplexDataInputType in net.opengis.wps10
Methods in net.opengis.wps10 that return SupportedComplexDataInputType Modifier and Type Method Description SupportedComplexDataInputType
Wps10Factory. createSupportedComplexDataInputType()
Returns a new object of class 'Supported Complex Data Input Type'.SupportedComplexDataInputType
InputDescriptionType. getComplexData()
Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataInputType Modifier and Type Method Description void
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 SupportedComplexDataInputType Modifier and Type Class Description class
SupportedComplexDataInputTypeImpl
An implementation of the model object 'Supported Complex Data Input Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataInputType Modifier and Type Field Description protected SupportedComplexDataInputType
InputDescriptionTypeImpl. complexData
The cached value of the 'Complex Data
' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataInputType Modifier and Type Method Description SupportedComplexDataInputType
Wps10FactoryImpl. createSupportedComplexDataInputType()
SupportedComplexDataInputType
InputDescriptionTypeImpl. getComplexData()
Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataInputType Modifier and Type Method Description NotificationChain
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 SupportedComplexDataInputType Modifier and Type Method Description Object
Wps10Switch. 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 SupportedComplexDataInputType Modifier and Type Method Description boolean
InputDescriptionTypeValidator. validateComplexData(SupportedComplexDataInputType value)
-