Uses of Interface
net.opengis.wps10.SupportedComplexDataType
-
Packages that use SupportedComplexDataType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of SupportedComplexDataType in net.opengis.wps10
Subinterfaces of SupportedComplexDataType in net.opengis.wps10 Modifier and Type Interface Description interfaceSupportedComplexDataInputTypeA representation of the model object 'Supported Complex Data Input Type'.Methods in net.opengis.wps10 that return SupportedComplexDataType Modifier and Type Method Description SupportedComplexDataTypeWps10Factory. createSupportedComplexDataType()Returns a new object of class 'Supported Complex Data Type'.SupportedComplexDataTypeOutputDescriptionType. getComplexOutput()Returns the value of the 'Complex Output' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataType Modifier and Type Method Description voidOutputDescriptionType. setComplexOutput(SupportedComplexDataType value)Sets the value of the 'Complex Output' containment reference. -
Uses of SupportedComplexDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement SupportedComplexDataType Modifier and Type Class Description classSupportedComplexDataInputTypeImplAn implementation of the model object 'Supported Complex Data Input Type'.classSupportedComplexDataTypeImplAn implementation of the model object 'Supported Complex Data Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataType Modifier and Type Field Description protected SupportedComplexDataTypeOutputDescriptionTypeImpl. complexOutputThe cached value of the 'Complex Output' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataType Modifier and Type Method Description SupportedComplexDataTypeWps10FactoryImpl. createSupportedComplexDataType()SupportedComplexDataTypeOutputDescriptionTypeImpl. getComplexOutput()Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataType Modifier and Type Method Description NotificationChainOutputDescriptionTypeImpl. basicSetComplexOutput(SupportedComplexDataType newComplexOutput, NotificationChain msgs)voidOutputDescriptionTypeImpl. setComplexOutput(SupportedComplexDataType newComplexOutput) -
Uses of SupportedComplexDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedComplexDataType Modifier and Type Method Description ObjectWps10Switch. caseSupportedComplexDataType(SupportedComplexDataType object)Returns the result of interpreting the object as an instance of 'Supported Complex Data Type'.booleanWps10Validator. validateSupportedComplexDataType(SupportedComplexDataType supportedComplexDataType, DiagnosticChain diagnostics, Map context) -
Uses of SupportedComplexDataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedComplexDataType Modifier and Type Method Description booleanOutputDescriptionTypeValidator. validateComplexOutput(SupportedComplexDataType value)
-