Uses of Interface
net.opengis.wps20.DataInputType
-
Packages that use DataInputType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DataInputType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataInputType Modifier and Type Method Description DataInputType
Wps20Factory. createDataInputType()
Returns a new object of class 'Data Input Type'.Methods in net.opengis.wps20 that return types with arguments of type DataInputType Modifier and Type Method Description EList<DataInputType>
DataInputType. getInput()
Returns the value of the 'Input' containment reference list.EList<DataInputType>
ExecuteRequestType. getInput()
Returns the value of the 'Input' containment reference list. -
Uses of DataInputType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataInputType Modifier and Type Class Description class
DataInputTypeImpl
An implementation of the model object 'Data Input Type'.Fields in net.opengis.wps20.impl with type parameters of type DataInputType Modifier and Type Field Description protected EList<DataInputType>
DataInputTypeImpl. input
The cached value of the 'Input
' containment reference list.protected EList<DataInputType>
ExecuteRequestTypeImpl. input
The cached value of the 'Input
' containment reference list.Methods in net.opengis.wps20.impl that return DataInputType Modifier and Type Method Description DataInputType
Wps20FactoryImpl. createDataInputType()
Methods in net.opengis.wps20.impl that return types with arguments of type DataInputType Modifier and Type Method Description EList<DataInputType>
DataInputTypeImpl. getInput()
EList<DataInputType>
ExecuteRequestTypeImpl. getInput()
-
Uses of DataInputType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataInputType Modifier and Type Method Description T
Wps20Switch. caseDataInputType(DataInputType object)
Returns the result of interpreting the object as an instance of 'Data Input Type'.boolean
Wps20Validator. validateDataInputType(DataInputType dataInputType, DiagnosticChain diagnostics, Map<Object,Object> context)
-