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 ComplexDataCombinationTypeWps10Factory. createComplexDataCombinationType()Returns a new object of class 'Complex Data Combination Type'.ComplexDataCombinationTypeSupportedComplexDataType. getDefault()Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataCombinationType Modifier and Type Method Description voidSupportedComplexDataType. 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 classComplexDataCombinationTypeImplAn implementation of the model object 'Complex Data Combination Type'.Fields in net.opengis.wps10.impl declared as ComplexDataCombinationType Modifier and Type Field Description protected ComplexDataCombinationTypeSupportedComplexDataTypeImpl. default_The cached value of the 'Default' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataCombinationType Modifier and Type Method Description ComplexDataCombinationTypeWps10FactoryImpl. createComplexDataCombinationType()ComplexDataCombinationTypeSupportedComplexDataTypeImpl. getDefault()Methods in net.opengis.wps10.impl with parameters of type ComplexDataCombinationType Modifier and Type Method Description NotificationChainSupportedComplexDataTypeImpl. basicSetDefault(ComplexDataCombinationType newDefault, NotificationChain msgs)voidSupportedComplexDataTypeImpl. 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 ObjectWps10Switch. caseComplexDataCombinationType(ComplexDataCombinationType object)Returns the result of interpreting the object as an instance of 'Complex Data Combination Type'.booleanWps10Validator. 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 booleanSupportedComplexDataTypeValidator. validateDefault(ComplexDataCombinationType value)
-