Uses of Interface
net.opengis.wps10.ComplexDataType
-
Packages that use ComplexDataType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ComplexDataType in net.opengis.wps10
Methods in net.opengis.wps10 that return ComplexDataType Modifier and Type Method Description ComplexDataType
Wps10Factory. createComplexDataType()
Returns a new object of class 'Complex Data Type'.ComplexDataType
DataType. getComplexData()
Returns the value of the 'Complex Data' containment reference.Methods in net.opengis.wps10 with parameters of type ComplexDataType Modifier and Type Method Description void
DataType. setComplexData(ComplexDataType value)
Sets the value of the 'Complex Data
' containment reference. -
Uses of ComplexDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ComplexDataType Modifier and Type Class Description class
ComplexDataTypeImpl
An implementation of the model object 'Complex Data Type'.Fields in net.opengis.wps10.impl declared as ComplexDataType Modifier and Type Field Description protected ComplexDataType
DataTypeImpl. complexData
The cached value of the 'Complex Data
' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataType Modifier and Type Method Description ComplexDataType
Wps10FactoryImpl. createComplexDataType()
ComplexDataType
DataTypeImpl. getComplexData()
Methods in net.opengis.wps10.impl with parameters of type ComplexDataType Modifier and Type Method Description NotificationChain
DataTypeImpl. basicSetComplexData(ComplexDataType newComplexData, NotificationChain msgs)
void
DataTypeImpl. setComplexData(ComplexDataType newComplexData)
-
Uses of ComplexDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ComplexDataType Modifier and Type Method Description Object
Wps10Switch. caseComplexDataType(ComplexDataType object)
Returns the result of interpreting the object as an instance of 'Complex Data Type'.boolean
Wps10Validator. validateComplexDataType(ComplexDataType complexDataType, DiagnosticChain diagnostics, Map context)
-
Uses of ComplexDataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ComplexDataType Modifier and Type Method Description boolean
DataTypeValidator. validateComplexData(ComplexDataType value)
-