Uses of Interface
net.opengis.wps20.InputDescriptionType
- 
Packages that use InputDescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of InputDescriptionType in net.opengis.wps20Methods in net.opengis.wps20 that return InputDescriptionType Modifier and Type Method Description InputDescriptionTypeWps20Factory. createInputDescriptionType()Returns a new object of class 'Input Description Type'.Methods in net.opengis.wps20 that return types with arguments of type InputDescriptionType Modifier and Type Method Description EList<InputDescriptionType>InputDescriptionType. getInput()Returns the value of the 'Input' containment reference list.EList<InputDescriptionType>ProcessDescriptionType. getInput()Returns the value of the 'Input' containment reference list.
- 
Uses of InputDescriptionType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement InputDescriptionType Modifier and Type Class Description classInputDescriptionTypeImplAn implementation of the model object 'Input Description Type'.Fields in net.opengis.wps20.impl with type parameters of type InputDescriptionType Modifier and Type Field Description protected EList<InputDescriptionType>InputDescriptionTypeImpl. inputThe cached value of the 'Input' containment reference list.protected EList<InputDescriptionType>ProcessDescriptionTypeImpl. inputThe cached value of the 'Input' containment reference list.Methods in net.opengis.wps20.impl that return InputDescriptionType Modifier and Type Method Description InputDescriptionTypeWps20FactoryImpl. createInputDescriptionType()Methods in net.opengis.wps20.impl that return types with arguments of type InputDescriptionType Modifier and Type Method Description EList<InputDescriptionType>InputDescriptionTypeImpl. getInput()EList<InputDescriptionType>ProcessDescriptionTypeImpl. getInput()
- 
Uses of InputDescriptionType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type InputDescriptionType Modifier and Type Method Description TWps20Switch. caseInputDescriptionType(InputDescriptionType object)Returns the result of interpreting the object as an instance of 'Input Description Type'.booleanWps20Validator. validateInputDescriptionType(InputDescriptionType inputDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-