Uses of Interface
net.opengis.wps20.DataType
Packages that use DataType
-
Uses of DataType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataTypeModifier and TypeMethodDescriptionWps20Factory.createDataType()
Returns a new object of class 'Data Type'.DataInputType.getData()
Returns the value of the 'Data' containment reference.DataOutputType.getData()
Returns the value of the 'Data' containment reference.DocumentRoot.getData()
Returns the value of the 'Data' containment reference.Methods in net.opengis.wps20 with parameters of type DataType -
Uses of DataType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Type'.Fields in net.opengis.wps20.impl declared as DataTypeModifier and TypeFieldDescriptionprotected DataType
DataInputTypeImpl.data
The cached value of the 'Data
' containment reference.protected DataType
DataOutputTypeImpl.data
The cached value of the 'Data
' containment reference.Methods in net.opengis.wps20.impl that return DataTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createDataType()
DataInputTypeImpl.getData()
DataOutputTypeImpl.getData()
DocumentRootImpl.getData()
Methods in net.opengis.wps20.impl with parameters of type DataTypeModifier and TypeMethodDescriptionNotificationChain
DataInputTypeImpl.basicSetData
(DataType newData, NotificationChain msgs) NotificationChain
DataOutputTypeImpl.basicSetData
(DataType newData, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetData
(DataType newData, NotificationChain msgs) void
void
void
-
Uses of DataType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataTypeModifier and TypeMethodDescriptionWps20Switch.caseDataType
(DataType object) Returns the result of interpreting the object as an instance of 'Data Type'.boolean
Wps20Validator.validateDataType
(DataType dataType, DiagnosticChain diagnostics, Map<Object, Object> context)