Uses of Interface
net.opengis.wps10.ComplexDataDescriptionType
-
Packages that use ComplexDataDescriptionType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ComplexDataDescriptionType in net.opengis.wps10
Methods in net.opengis.wps10 that return ComplexDataDescriptionType Modifier and Type Method Description ComplexDataDescriptionTypeWps10Factory. createComplexDataDescriptionType()Returns a new object of class 'Complex Data Description Type'.ComplexDataDescriptionTypeComplexDataCombinationType. getFormat()Returns the value of the 'Format' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataDescriptionType Modifier and Type Method Description voidComplexDataCombinationType. setFormat(ComplexDataDescriptionType value)Sets the value of the 'Format' containment reference. -
Uses of ComplexDataDescriptionType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ComplexDataDescriptionType Modifier and Type Class Description classComplexDataDescriptionTypeImplAn implementation of the model object 'Complex Data Description Type'.Fields in net.opengis.wps10.impl declared as ComplexDataDescriptionType Modifier and Type Field Description protected ComplexDataDescriptionTypeComplexDataCombinationTypeImpl. formatThe cached value of the 'Format' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataDescriptionType Modifier and Type Method Description ComplexDataDescriptionTypeWps10FactoryImpl. createComplexDataDescriptionType()ComplexDataDescriptionTypeComplexDataCombinationTypeImpl. getFormat()Methods in net.opengis.wps10.impl with parameters of type ComplexDataDescriptionType Modifier and Type Method Description NotificationChainComplexDataCombinationTypeImpl. basicSetFormat(ComplexDataDescriptionType newFormat, NotificationChain msgs)voidComplexDataCombinationTypeImpl. setFormat(ComplexDataDescriptionType newFormat) -
Uses of ComplexDataDescriptionType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ComplexDataDescriptionType Modifier and Type Method Description ObjectWps10Switch. caseComplexDataDescriptionType(ComplexDataDescriptionType object)Returns the result of interpreting the object as an instance of 'Complex Data Description Type'.booleanWps10Validator. validateComplexDataDescriptionType(ComplexDataDescriptionType complexDataDescriptionType, DiagnosticChain diagnostics, Map context) -
Uses of ComplexDataDescriptionType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ComplexDataDescriptionType Modifier and Type Method Description booleanComplexDataCombinationTypeValidator. validateFormat(ComplexDataDescriptionType value)
-