Uses of Interface
net.opengis.wps10.DataInputsType
-
Packages that use DataInputsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DataInputsType in net.opengis.wps10
Methods in net.opengis.wps10 that return DataInputsType Modifier and Type Method Description DataInputsType
Wps10Factory. createDataInputsType()
Returns a new object of class 'Data Inputs Type'.DataInputsType
ProcessDescriptionType. getDataInputs()
Returns the value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10 with parameters of type DataInputsType Modifier and Type Method Description void
ProcessDescriptionType. setDataInputs(DataInputsType value)
Sets the value of the 'Data Inputs
' containment reference. -
Uses of DataInputsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DataInputsType Modifier and Type Class Description class
DataInputsTypeImpl
An implementation of the model object 'Data Inputs Type'.Fields in net.opengis.wps10.impl declared as DataInputsType Modifier and Type Field Description protected DataInputsType
ProcessDescriptionTypeImpl. dataInputs
The cached value of the 'Data Inputs
' containment reference.Methods in net.opengis.wps10.impl that return DataInputsType Modifier and Type Method Description DataInputsType
Wps10FactoryImpl. createDataInputsType()
DataInputsType
ProcessDescriptionTypeImpl. getDataInputs()
Methods in net.opengis.wps10.impl with parameters of type DataInputsType Modifier and Type Method Description NotificationChain
ProcessDescriptionTypeImpl. basicSetDataInputs(DataInputsType newDataInputs, NotificationChain msgs)
void
ProcessDescriptionTypeImpl. setDataInputs(DataInputsType newDataInputs)
-
Uses of DataInputsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DataInputsType Modifier and Type Method Description Object
Wps10Switch. caseDataInputsType(DataInputsType object)
Returns the result of interpreting the object as an instance of 'Data Inputs Type'.boolean
Wps10Validator. validateDataInputsType(DataInputsType dataInputsType, DiagnosticChain diagnostics, Map context)
-
Uses of DataInputsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DataInputsType Modifier and Type Method Description boolean
ProcessDescriptionTypeValidator. validateDataInputs(DataInputsType value)
-