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 DataTypeWps10Factory. createDataType()Returns a new object of class 'Data Type'.DataTypeInputType. getData()Returns the value of the 'Data' containment reference.DataTypeOutputDataType. getData()Returns the value of the 'Data' containment reference.Methods in net.opengis.wps10 with parameters of type DataType Modifier and Type Method Description voidInputType. setData(DataType value)Sets the value of the 'Data' containment reference.voidOutputDataType. 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 classDataTypeImplAn implementation of the model object 'Data Type'.Fields in net.opengis.wps10.impl declared as DataType Modifier and Type Field Description protected DataTypeInputTypeImpl. dataThe cached value of the 'Data' containment reference.protected DataTypeOutputDataTypeImpl. dataThe cached value of the 'Data' containment reference.Methods in net.opengis.wps10.impl that return DataType Modifier and Type Method Description DataTypeWps10FactoryImpl. createDataType()DataTypeInputTypeImpl. getData()DataTypeOutputDataTypeImpl. getData()Methods in net.opengis.wps10.impl with parameters of type DataType Modifier and Type Method Description NotificationChainInputTypeImpl. basicSetData(DataType newData, NotificationChain msgs)NotificationChainOutputDataTypeImpl. basicSetData(DataType newData, NotificationChain msgs)voidInputTypeImpl. setData(DataType newData)voidOutputDataTypeImpl. 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 ObjectWps10Switch. caseDataType(DataType object)Returns the result of interpreting the object as an instance of 'Data Type'.booleanWps10Validator. 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 booleanInputTypeValidator. validateData(DataType value)booleanOutputDataTypeValidator. validateData(DataType value)
-