Uses of Interface
net.opengis.wps10.SupportedComplexDataInputType
-
Packages that use SupportedComplexDataInputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of SupportedComplexDataInputType in net.opengis.wps10
Methods in net.opengis.wps10 that return SupportedComplexDataInputType Modifier and Type Method Description SupportedComplexDataInputTypeWps10Factory. createSupportedComplexDataInputType()Returns a new object of class 'Supported Complex Data Input Type'.SupportedComplexDataInputTypeInputDescriptionType. getComplexData()Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataInputType Modifier and Type Method Description voidInputDescriptionType. setComplexData(SupportedComplexDataInputType value)Sets the value of the 'Complex Data' containment reference. -
Uses of SupportedComplexDataInputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement SupportedComplexDataInputType Modifier and Type Class Description classSupportedComplexDataInputTypeImplAn implementation of the model object 'Supported Complex Data Input Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataInputType Modifier and Type Field Description protected SupportedComplexDataInputTypeInputDescriptionTypeImpl. complexDataThe cached value of the 'Complex Data' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataInputType Modifier and Type Method Description SupportedComplexDataInputTypeWps10FactoryImpl. createSupportedComplexDataInputType()SupportedComplexDataInputTypeInputDescriptionTypeImpl. getComplexData()Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataInputType Modifier and Type Method Description NotificationChainInputDescriptionTypeImpl. basicSetComplexData(SupportedComplexDataInputType newComplexData, NotificationChain msgs)voidInputDescriptionTypeImpl. setComplexData(SupportedComplexDataInputType newComplexData) -
Uses of SupportedComplexDataInputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedComplexDataInputType Modifier and Type Method Description ObjectWps10Switch. caseSupportedComplexDataInputType(SupportedComplexDataInputType object)Returns the result of interpreting the object as an instance of 'Supported Complex Data Input Type'.booleanWps10Validator. validateSupportedComplexDataInputType(SupportedComplexDataInputType supportedComplexDataInputType, DiagnosticChain diagnostics, Map context) -
Uses of SupportedComplexDataInputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedComplexDataInputType Modifier and Type Method Description booleanInputDescriptionTypeValidator. validateComplexData(SupportedComplexDataInputType value)
-