Uses of Interface
net.opengis.wps10.ComplexDataCombinationType
-
Packages that use ComplexDataCombinationType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ComplexDataCombinationType in net.opengis.wps10
Methods in net.opengis.wps10 that return ComplexDataCombinationType Modifier and Type Method Description ComplexDataCombinationType
Wps10Factory. createComplexDataCombinationType()
Returns a new object of class 'Complex Data Combination Type'.ComplexDataCombinationType
SupportedComplexDataType. getDefault()
Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataCombinationType Modifier and Type Method Description void
SupportedComplexDataType. setDefault(ComplexDataCombinationType value)
Sets the value of the 'Default
' containment reference. -
Uses of ComplexDataCombinationType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ComplexDataCombinationType Modifier and Type Class Description class
ComplexDataCombinationTypeImpl
An implementation of the model object 'Complex Data Combination Type'.Fields in net.opengis.wps10.impl declared as ComplexDataCombinationType Modifier and Type Field Description protected ComplexDataCombinationType
SupportedComplexDataTypeImpl. default_
The cached value of the 'Default
' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataCombinationType Modifier and Type Method Description ComplexDataCombinationType
Wps10FactoryImpl. createComplexDataCombinationType()
ComplexDataCombinationType
SupportedComplexDataTypeImpl. getDefault()
Methods in net.opengis.wps10.impl with parameters of type ComplexDataCombinationType Modifier and Type Method Description NotificationChain
SupportedComplexDataTypeImpl. basicSetDefault(ComplexDataCombinationType newDefault, NotificationChain msgs)
void
SupportedComplexDataTypeImpl. setDefault(ComplexDataCombinationType newDefault)
-
Uses of ComplexDataCombinationType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ComplexDataCombinationType Modifier and Type Method Description Object
Wps10Switch. caseComplexDataCombinationType(ComplexDataCombinationType object)
Returns the result of interpreting the object as an instance of 'Complex Data Combination Type'.boolean
Wps10Validator. validateComplexDataCombinationType(ComplexDataCombinationType complexDataCombinationType, DiagnosticChain diagnostics, Map context)
-
Uses of ComplexDataCombinationType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ComplexDataCombinationType Modifier and Type Method Description boolean
SupportedComplexDataTypeValidator. validateDefault(ComplexDataCombinationType value)
-