Uses of Interface
net.opengis.wps10.LiteralInputType
-
Packages that use LiteralInputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of LiteralInputType in net.opengis.wps10
Methods in net.opengis.wps10 that return LiteralInputType Modifier and Type Method Description LiteralInputType
Wps10Factory. createLiteralInputType()
Returns a new object of class 'Literal Input Type'.LiteralInputType
InputDescriptionType. getLiteralData()
Returns the value of the 'Literal Data' containment reference.Methods in net.opengis.wps10 with parameters of type LiteralInputType Modifier and Type Method Description void
InputDescriptionType. setLiteralData(LiteralInputType value)
Sets the value of the 'Literal Data
' containment reference. -
Uses of LiteralInputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LiteralInputType Modifier and Type Class Description class
LiteralInputTypeImpl
An implementation of the model object 'Literal Input Type'.Fields in net.opengis.wps10.impl declared as LiteralInputType Modifier and Type Field Description protected LiteralInputType
InputDescriptionTypeImpl. literalData
The cached value of the 'Literal Data
' containment reference.Methods in net.opengis.wps10.impl that return LiteralInputType Modifier and Type Method Description LiteralInputType
Wps10FactoryImpl. createLiteralInputType()
LiteralInputType
InputDescriptionTypeImpl. getLiteralData()
Methods in net.opengis.wps10.impl with parameters of type LiteralInputType Modifier and Type Method Description NotificationChain
InputDescriptionTypeImpl. basicSetLiteralData(LiteralInputType newLiteralData, NotificationChain msgs)
void
InputDescriptionTypeImpl. setLiteralData(LiteralInputType newLiteralData)
-
Uses of LiteralInputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LiteralInputType Modifier and Type Method Description Object
Wps10Switch. caseLiteralInputType(LiteralInputType object)
Returns the result of interpreting the object as an instance of 'Literal Input Type'.boolean
Wps10Validator. validateLiteralInputType(LiteralInputType literalInputType, DiagnosticChain diagnostics, Map context)
-
Uses of LiteralInputType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LiteralInputType Modifier and Type Method Description boolean
InputDescriptionTypeValidator. validateLiteralData(LiteralInputType value)
-