Uses of Interface
net.opengis.wps10.LiteralOutputType
-
Packages that use LiteralOutputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of LiteralOutputType in net.opengis.wps10
Subinterfaces of LiteralOutputType in net.opengis.wps10 Modifier and Type Interface Description interface
LiteralInputType
A representation of the model object 'Literal Input Type'.Methods in net.opengis.wps10 that return LiteralOutputType Modifier and Type Method Description LiteralOutputType
Wps10Factory. createLiteralOutputType()
Returns a new object of class 'Literal Output Type'.LiteralOutputType
OutputDescriptionType. getLiteralOutput()
Returns the value of the 'Literal Output' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralOutputType Modifier and Type Method Description void
OutputDescriptionType. setLiteralOutput(LiteralOutputType value)
Sets the value of the 'Literal Output
' containment reference. -
Uses of LiteralOutputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LiteralOutputType Modifier and Type Class Description class
LiteralInputTypeImpl
An implementation of the model object 'Literal Input Type'.class
LiteralOutputTypeImpl
An implementation of the model object 'Literal Output Type'.Fields in net.opengis.wps10.impl declared as LiteralOutputType Modifier and Type Field Description protected LiteralOutputType
OutputDescriptionTypeImpl. literalOutput
The cached value of the 'Literal Output
' containment reference.Methods in net.opengis.wps10.impl that return LiteralOutputType Modifier and Type Method Description LiteralOutputType
Wps10FactoryImpl. createLiteralOutputType()
LiteralOutputType
OutputDescriptionTypeImpl. getLiteralOutput()
Methods in net.opengis.wps10.impl with parameters of type LiteralOutputType Modifier and Type Method Description NotificationChain
OutputDescriptionTypeImpl. basicSetLiteralOutput(LiteralOutputType newLiteralOutput, NotificationChain msgs)
void
OutputDescriptionTypeImpl. setLiteralOutput(LiteralOutputType newLiteralOutput)
-
Uses of LiteralOutputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LiteralOutputType Modifier and Type Method Description Object
Wps10Switch. caseLiteralOutputType(LiteralOutputType object)
Returns the result of interpreting the object as an instance of 'Literal Output Type'.boolean
Wps10Validator. validateLiteralOutputType(LiteralOutputType literalOutputType, DiagnosticChain diagnostics, Map context)
-
Uses of LiteralOutputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LiteralOutputType Modifier and Type Method Description boolean
OutputDescriptionTypeValidator. validateLiteralOutput(LiteralOutputType value)
-