Uses of Interface
net.opengis.wps10.DataType
-
Packages that use DataType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DataType in net.opengis.wps10
Methods in net.opengis.wps10 that return DataType Modifier and Type Method Description DataType
Wps10Factory. createDataType()
Returns a new object of class 'Data Type'.DataType
InputType. getData()
Returns the value of the 'Data' containment reference.DataType
OutputDataType. getData()
Returns the value of the 'Data' containment reference.Methods in net.opengis.wps10 with parameters of type DataType Modifier and Type Method Description void
InputType. setData(DataType value)
Sets the value of the 'Data
' containment reference.void
OutputDataType. setData(DataType value)
Sets the value of the 'Data
' containment reference. -
Uses of DataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DataType Modifier and Type Class Description class
DataTypeImpl
An implementation of the model object 'Data Type'.Fields in net.opengis.wps10.impl declared as DataType Modifier and Type Field Description protected DataType
InputTypeImpl. data
The cached value of the 'Data
' containment reference.protected DataType
OutputDataTypeImpl. data
The cached value of the 'Data
' containment reference.Methods in net.opengis.wps10.impl that return DataType Modifier and Type Method Description DataType
Wps10FactoryImpl. createDataType()
DataType
InputTypeImpl. getData()
DataType
OutputDataTypeImpl. getData()
Methods in net.opengis.wps10.impl with parameters of type DataType Modifier and Type Method Description NotificationChain
InputTypeImpl. basicSetData(DataType newData, NotificationChain msgs)
NotificationChain
OutputDataTypeImpl. basicSetData(DataType newData, NotificationChain msgs)
void
InputTypeImpl. setData(DataType newData)
void
OutputDataTypeImpl. setData(DataType newData)
-
Uses of DataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DataType Modifier and Type Method Description Object
Wps10Switch. caseDataType(DataType object)
Returns the result of interpreting the object as an instance of 'Data Type'.boolean
Wps10Validator. validateDataType(DataType dataType, DiagnosticChain diagnostics, Map context)
-
Uses of DataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DataType Modifier and Type Method Description boolean
InputTypeValidator. validateData(DataType value)
boolean
OutputDataTypeValidator. validateData(DataType value)
-