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 DataTypeWps20Factory. createDataType()Returns a new object of class 'Data Type'.DataTypeDataInputType. getData()Returns the value of the 'Data' containment reference.DataTypeDataOutputType. getData()Returns the value of the 'Data' containment reference.DataTypeDocumentRoot. getData()Returns the value of the 'Data' containment reference.Methods in net.opengis.wps20 with parameters of type DataType Modifier and Type Method Description voidDataInputType. setData(DataType value)Sets the value of the 'Data' containment reference.voidDataOutputType. setData(DataType value)Sets the value of the 'Data' containment reference.voidDocumentRoot. 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 classDataTypeImplAn implementation of the model object 'Data Type'.Fields in net.opengis.wps20.impl declared as DataType Modifier and Type Field Description protected DataTypeDataInputTypeImpl. dataThe cached value of the 'Data' containment reference.protected DataTypeDataOutputTypeImpl. dataThe cached value of the 'Data' containment reference.Methods in net.opengis.wps20.impl that return DataType Modifier and Type Method Description DataTypeWps20FactoryImpl. createDataType()DataTypeDataInputTypeImpl. getData()DataTypeDataOutputTypeImpl. getData()DataTypeDocumentRootImpl. getData()Methods in net.opengis.wps20.impl with parameters of type DataType Modifier and Type Method Description NotificationChainDataInputTypeImpl. basicSetData(DataType newData, NotificationChain msgs)NotificationChainDataOutputTypeImpl. basicSetData(DataType newData, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetData(DataType newData, NotificationChain msgs)voidDataInputTypeImpl. setData(DataType newData)voidDataOutputTypeImpl. setData(DataType newData)voidDocumentRootImpl. 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 TWps20Switch. caseDataType(DataType object)Returns the result of interpreting the object as an instance of 'Data Type'.booleanWps20Validator. validateDataType(DataType dataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-