Uses of Interface
net.opengis.wps20.DataType
-
Packages that use DataType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DataType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataType Modifier and Type Method Description DataType
Wps20Factory. createDataType()
Returns a new object of class 'Data Type'.DataType
DataInputType. getData()
Returns the value of the 'Data' containment reference.DataType
DataOutputType. getData()
Returns the value of the 'Data' containment reference.DataType
DocumentRoot. getData()
Returns the value of the 'Data' containment reference.Methods in net.opengis.wps20 with parameters of type DataType Modifier and Type Method Description void
DataInputType. setData(DataType value)
Sets the value of the 'Data
' containment reference.void
DataOutputType. setData(DataType value)
Sets the value of the 'Data
' containment reference.void
DocumentRoot. setData(DataType value)
Sets the value of the 'Data
' containment reference. -
Uses of DataType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataType Modifier and Type Class Description class
DataTypeImpl
An implementation of the model object 'Data Type'.Fields in net.opengis.wps20.impl declared as DataType Modifier and Type Field Description protected 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 DataType Modifier and Type Method Description DataType
Wps20FactoryImpl. createDataType()
DataType
DataInputTypeImpl. getData()
DataType
DataOutputTypeImpl. getData()
DataType
DocumentRootImpl. getData()
Methods in net.opengis.wps20.impl with parameters of type DataType Modifier and Type Method Description NotificationChain
DataInputTypeImpl. basicSetData(DataType newData, NotificationChain msgs)
NotificationChain
DataOutputTypeImpl. basicSetData(DataType newData, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetData(DataType newData, NotificationChain msgs)
void
DataInputTypeImpl. setData(DataType newData)
void
DataOutputTypeImpl. setData(DataType newData)
void
DocumentRootImpl. setData(DataType newData)
-
Uses of DataType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataType Modifier and Type Method Description T
Wps20Switch. 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)
-