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