Uses of Interface
net.opengis.wps10.ComplexDataCombinationsType
-
Packages that use ComplexDataCombinationsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ComplexDataCombinationsType in net.opengis.wps10
Methods in net.opengis.wps10 that return ComplexDataCombinationsType Modifier and Type Method Description ComplexDataCombinationsType
Wps10Factory. createComplexDataCombinationsType()
Returns a new object of class 'Complex Data Combinations Type'.ComplexDataCombinationsType
SupportedComplexDataType. getSupported()
Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataCombinationsType Modifier and Type Method Description void
SupportedComplexDataType. setSupported(ComplexDataCombinationsType value)
Sets the value of the 'Supported
' containment reference. -
Uses of ComplexDataCombinationsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ComplexDataCombinationsType Modifier and Type Class Description class
ComplexDataCombinationsTypeImpl
An implementation of the model object 'Complex Data Combinations Type'.Fields in net.opengis.wps10.impl declared as ComplexDataCombinationsType Modifier and Type Field Description protected ComplexDataCombinationsType
SupportedComplexDataTypeImpl. supported
The cached value of the 'Supported
' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataCombinationsType Modifier and Type Method Description ComplexDataCombinationsType
Wps10FactoryImpl. createComplexDataCombinationsType()
ComplexDataCombinationsType
SupportedComplexDataTypeImpl. getSupported()
Methods in net.opengis.wps10.impl with parameters of type ComplexDataCombinationsType Modifier and Type Method Description NotificationChain
SupportedComplexDataTypeImpl. basicSetSupported(ComplexDataCombinationsType newSupported, NotificationChain msgs)
void
SupportedComplexDataTypeImpl. setSupported(ComplexDataCombinationsType newSupported)
-
Uses of ComplexDataCombinationsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ComplexDataCombinationsType Modifier and Type Method Description Object
Wps10Switch. caseComplexDataCombinationsType(ComplexDataCombinationsType object)
Returns the result of interpreting the object as an instance of 'Complex Data Combinations Type'.boolean
Wps10Validator. validateComplexDataCombinationsType(ComplexDataCombinationsType complexDataCombinationsType, DiagnosticChain diagnostics, Map context)
-
Uses of ComplexDataCombinationsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ComplexDataCombinationsType Modifier and Type Method Description boolean
SupportedComplexDataTypeValidator. validateSupported(ComplexDataCombinationsType value)
-