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 DataInputsTypeWps10Factory. createDataInputsType()Returns a new object of class 'Data Inputs Type'.DataInputsTypeProcessDescriptionType. 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 voidProcessDescriptionType. 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 classDataInputsTypeImplAn implementation of the model object 'Data Inputs Type'.Fields in net.opengis.wps10.impl declared as DataInputsType Modifier and Type Field Description protected DataInputsTypeProcessDescriptionTypeImpl. dataInputsThe cached value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10.impl that return DataInputsType Modifier and Type Method Description DataInputsTypeWps10FactoryImpl. createDataInputsType()DataInputsTypeProcessDescriptionTypeImpl. getDataInputs()Methods in net.opengis.wps10.impl with parameters of type DataInputsType Modifier and Type Method Description NotificationChainProcessDescriptionTypeImpl. basicSetDataInputs(DataInputsType newDataInputs, NotificationChain msgs)voidProcessDescriptionTypeImpl. 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 ObjectWps10Switch. caseDataInputsType(DataInputsType object)Returns the result of interpreting the object as an instance of 'Data Inputs Type'.booleanWps10Validator. 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 booleanProcessDescriptionTypeValidator. validateDataInputs(DataInputsType value)
-