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.wps20
Methods in net.opengis.wps20 that return InputDescriptionType Modifier and Type Method Description InputDescriptionType
Wps20Factory. 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.impl
Classes in net.opengis.wps20.impl that implement InputDescriptionType Modifier and Type Class Description class
InputDescriptionTypeImpl
An 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. input
The cached value of the 'Input
' containment reference list.protected EList<InputDescriptionType>
ProcessDescriptionTypeImpl. input
The cached value of the 'Input
' containment reference list.Methods in net.opengis.wps20.impl that return InputDescriptionType Modifier and Type Method Description InputDescriptionType
Wps20FactoryImpl. 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.util
Methods in net.opengis.wps20.util with parameters of type InputDescriptionType Modifier and Type Method Description T
Wps20Switch. caseInputDescriptionType(InputDescriptionType object)
Returns the result of interpreting the object as an instance of 'Input Description Type'.boolean
Wps20Validator. validateInputDescriptionType(InputDescriptionType inputDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-