Uses of Interface
net.opengis.wps10.DataInputsType1
-
Packages that use DataInputsType1 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DataInputsType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return DataInputsType1 Modifier and Type Method Description DataInputsType1Wps10Factory. createDataInputsType1()Returns a new object of class 'Data Inputs Type1'.DataInputsType1ExecuteResponseType. getDataInputs()Returns the value of the 'Data Inputs' containment reference.DataInputsType1ExecuteType. getDataInputs()Returns the value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10 with parameters of type DataInputsType1 Modifier and Type Method Description voidExecuteResponseType. setDataInputs(DataInputsType1 value)Sets the value of the 'Data Inputs' containment reference.voidExecuteType. setDataInputs(DataInputsType1 value)Sets the value of the 'Data Inputs' containment reference. -
Uses of DataInputsType1 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DataInputsType1 Modifier and Type Class Description classDataInputsType1ImplAn implementation of the model object 'Data Inputs Type1'.Fields in net.opengis.wps10.impl declared as DataInputsType1 Modifier and Type Field Description protected DataInputsType1ExecuteResponseTypeImpl. dataInputsThe cached value of the 'Data Inputs' containment reference.protected DataInputsType1ExecuteTypeImpl. dataInputsThe cached value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10.impl that return DataInputsType1 Modifier and Type Method Description DataInputsType1Wps10FactoryImpl. createDataInputsType1()DataInputsType1ExecuteResponseTypeImpl. getDataInputs()DataInputsType1ExecuteTypeImpl. getDataInputs()Methods in net.opengis.wps10.impl with parameters of type DataInputsType1 Modifier and Type Method Description NotificationChainExecuteResponseTypeImpl. basicSetDataInputs(DataInputsType1 newDataInputs, NotificationChain msgs)NotificationChainExecuteTypeImpl. basicSetDataInputs(DataInputsType1 newDataInputs, NotificationChain msgs)voidExecuteResponseTypeImpl. setDataInputs(DataInputsType1 newDataInputs)voidExecuteTypeImpl. setDataInputs(DataInputsType1 newDataInputs) -
Uses of DataInputsType1 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DataInputsType1 Modifier and Type Method Description ObjectWps10Switch. caseDataInputsType1(DataInputsType1 object)Returns the result of interpreting the object as an instance of 'Data Inputs Type1'.booleanWps10Validator. validateDataInputsType1(DataInputsType1 dataInputsType1, DiagnosticChain diagnostics, Map context) -
Uses of DataInputsType1 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DataInputsType1 Modifier and Type Method Description booleanExecuteResponseTypeValidator. validateDataInputs(DataInputsType1 value)booleanExecuteTypeValidator. validateDataInputs(DataInputsType1 value)
-