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 ComplexDataCombinationsTypeWps10Factory. createComplexDataCombinationsType()Returns a new object of class 'Complex Data Combinations Type'.ComplexDataCombinationsTypeSupportedComplexDataType. getSupported()Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataCombinationsType Modifier and Type Method Description voidSupportedComplexDataType. 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 classComplexDataCombinationsTypeImplAn implementation of the model object 'Complex Data Combinations Type'.Fields in net.opengis.wps10.impl declared as ComplexDataCombinationsType Modifier and Type Field Description protected ComplexDataCombinationsTypeSupportedComplexDataTypeImpl. supportedThe cached value of the 'Supported' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataCombinationsType Modifier and Type Method Description ComplexDataCombinationsTypeWps10FactoryImpl. createComplexDataCombinationsType()ComplexDataCombinationsTypeSupportedComplexDataTypeImpl. getSupported()Methods in net.opengis.wps10.impl with parameters of type ComplexDataCombinationsType Modifier and Type Method Description NotificationChainSupportedComplexDataTypeImpl. basicSetSupported(ComplexDataCombinationsType newSupported, NotificationChain msgs)voidSupportedComplexDataTypeImpl. 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 ObjectWps10Switch. caseComplexDataCombinationsType(ComplexDataCombinationsType object)Returns the result of interpreting the object as an instance of 'Complex Data Combinations Type'.booleanWps10Validator. 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 booleanSupportedComplexDataTypeValidator. validateSupported(ComplexDataCombinationsType value)
-