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 ComplexDataTypeWps10Factory. createComplexDataType()Returns a new object of class 'Complex Data Type'.ComplexDataTypeDataType. 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 voidDataType. 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 classComplexDataTypeImplAn implementation of the model object 'Complex Data Type'.Fields in net.opengis.wps10.impl declared as ComplexDataType Modifier and Type Field Description protected ComplexDataTypeDataTypeImpl. complexDataThe cached value of the 'Complex Data' containment reference.Methods in net.opengis.wps10.impl that return ComplexDataType Modifier and Type Method Description ComplexDataTypeWps10FactoryImpl. createComplexDataType()ComplexDataTypeDataTypeImpl. getComplexData()Methods in net.opengis.wps10.impl with parameters of type ComplexDataType Modifier and Type Method Description NotificationChainDataTypeImpl. basicSetComplexData(ComplexDataType newComplexData, NotificationChain msgs)voidDataTypeImpl. 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 ObjectWps10Switch. caseComplexDataType(ComplexDataType object)Returns the result of interpreting the object as an instance of 'Complex Data Type'.booleanWps10Validator. 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 booleanDataTypeValidator. validateComplexData(ComplexDataType value)
-