Uses of Interface
net.opengis.wps10.ComplexDataType

Packages that use ComplexDataType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
 

Uses of ComplexDataType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ComplexDataType
 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
 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
 class ComplexDataTypeImpl
          An implementation of the model object 'Complex Data Type'.
 

Fields in net.opengis.wps10.impl declared as ComplexDataType
protected  ComplexDataType DataTypeImpl.complexData
          The cached value of the 'Complex Data' containment reference.
 

Methods in net.opengis.wps10.impl that return ComplexDataType
 ComplexDataType Wps10FactoryImpl.createComplexDataType()
           
 ComplexDataType DataTypeImpl.getComplexData()
           
 

Methods in net.opengis.wps10.impl with parameters of type ComplexDataType
 org.eclipse.emf.common.notify.NotificationChain DataTypeImpl.basicSetComplexData(ComplexDataType newComplexData, org.eclipse.emf.common.notify.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
 java.lang.Object Wps10Switch.caseComplexDataType(ComplexDataType object)
          Returns the result of interpreting the object as an instance of 'Complex Data Type'.
 boolean Wps10Validator.validateComplexDataType(ComplexDataType complexDataType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.