Uses of Interface
net.opengis.wps20.OutputDescriptionType
-
Packages that use OutputDescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of OutputDescriptionType in net.opengis.wps20
Methods in net.opengis.wps20 that return OutputDescriptionType Modifier and Type Method Description OutputDescriptionType
Wps20Factory. createOutputDescriptionType()
Returns a new object of class 'Output Description Type'.Methods in net.opengis.wps20 that return types with arguments of type OutputDescriptionType Modifier and Type Method Description EList<OutputDescriptionType>
OutputDescriptionType. getOutput()
Returns the value of the 'Output' containment reference list.EList<OutputDescriptionType>
ProcessDescriptionType. getOutput()
Returns the value of the 'Output' containment reference list. -
Uses of OutputDescriptionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement OutputDescriptionType Modifier and Type Class Description class
OutputDescriptionTypeImpl
An implementation of the model object 'Output Description Type'.Fields in net.opengis.wps20.impl with type parameters of type OutputDescriptionType Modifier and Type Field Description protected EList<OutputDescriptionType>
OutputDescriptionTypeImpl. output
The cached value of the 'Output
' containment reference list.protected EList<OutputDescriptionType>
ProcessDescriptionTypeImpl. output
The cached value of the 'Output
' containment reference list.Methods in net.opengis.wps20.impl that return OutputDescriptionType Modifier and Type Method Description OutputDescriptionType
Wps20FactoryImpl. createOutputDescriptionType()
Methods in net.opengis.wps20.impl that return types with arguments of type OutputDescriptionType Modifier and Type Method Description EList<OutputDescriptionType>
OutputDescriptionTypeImpl. getOutput()
EList<OutputDescriptionType>
ProcessDescriptionTypeImpl. getOutput()
-
Uses of OutputDescriptionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type OutputDescriptionType Modifier and Type Method Description T
Wps20Switch. caseOutputDescriptionType(OutputDescriptionType object)
Returns the result of interpreting the object as an instance of 'Output Description Type'.boolean
Wps20Validator. validateOutputDescriptionType(OutputDescriptionType outputDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-