Uses of Interface
net.opengis.wps20.GenericInputType
-
Packages that use GenericInputType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of GenericInputType in net.opengis.wps20
Methods in net.opengis.wps20 that return GenericInputType Modifier and Type Method Description GenericInputTypeWps20Factory. createGenericInputType()Returns a new object of class 'Generic Input Type'.Methods in net.opengis.wps20 that return types with arguments of type GenericInputType Modifier and Type Method Description EList<GenericInputType>GenericInputType. getInput()Returns the value of the 'Input' containment reference list.EList<GenericInputType>GenericProcessType. getInput()Returns the value of the 'Input' containment reference list. -
Uses of GenericInputType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement GenericInputType Modifier and Type Class Description classGenericInputTypeImplAn implementation of the model object 'Generic Input Type'.Fields in net.opengis.wps20.impl with type parameters of type GenericInputType Modifier and Type Field Description protected EList<GenericInputType>GenericInputTypeImpl. inputThe cached value of the 'Input' containment reference list.protected EList<GenericInputType>GenericProcessTypeImpl. inputThe cached value of the 'Input' containment reference list.Methods in net.opengis.wps20.impl that return GenericInputType Modifier and Type Method Description GenericInputTypeWps20FactoryImpl. createGenericInputType()Methods in net.opengis.wps20.impl that return types with arguments of type GenericInputType Modifier and Type Method Description EList<GenericInputType>GenericInputTypeImpl. getInput()EList<GenericInputType>GenericProcessTypeImpl. getInput() -
Uses of GenericInputType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type GenericInputType Modifier and Type Method Description TWps20Switch. caseGenericInputType(GenericInputType object)Returns the result of interpreting the object as an instance of 'Generic Input Type'.booleanWps20Validator. validateGenericInputType(GenericInputType genericInputType, DiagnosticChain diagnostics, Map<Object,Object> context)
-