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 ComplexDataDescriptionType
Wps10Factory. createComplexDataDescriptionType()
Returns a new object of class 'Complex Data Description Type'.ComplexDataDescriptionType
ComplexDataCombinationType. getFormat()
Returns the value of the 'Format' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataDescriptionType Modifier and Type Method Description void
ComplexDataCombinationType. 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 class
ComplexDataDescriptionTypeImpl
An implementation of the model object 'Complex Data Description Type'.Fields in net.opengis.wps10.impl declared as ComplexDataDescriptionType Modifier and Type Field Description protected ComplexDataDescriptionType
ComplexDataCombinationTypeImpl. format
The cached value of the 'Format
' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataDescriptionType Modifier and Type Method Description ComplexDataDescriptionType
Wps10FactoryImpl. createComplexDataDescriptionType()
ComplexDataDescriptionType
ComplexDataCombinationTypeImpl. getFormat()
Methods in net.opengis.wps10.impl with parameters of type ComplexDataDescriptionType Modifier and Type Method Description NotificationChain
ComplexDataCombinationTypeImpl. basicSetFormat(ComplexDataDescriptionType newFormat, NotificationChain msgs)
void
ComplexDataCombinationTypeImpl. 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 Object
Wps10Switch. caseComplexDataDescriptionType(ComplexDataDescriptionType object)
Returns the result of interpreting the object as an instance of 'Complex Data Description Type'.boolean
Wps10Validator. 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 boolean
ComplexDataCombinationTypeValidator. validateFormat(ComplexDataDescriptionType value)
-