Uses of Interface
net.opengis.wps20.LiteralValueType
-
Packages that use LiteralValueType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of LiteralValueType in net.opengis.wps20
Methods in net.opengis.wps20 that return LiteralValueType Modifier and Type Method Description LiteralValueType
Wps20Factory. createLiteralValueType()
Returns a new object of class 'Literal Value Type'.LiteralValueType
DocumentRoot. getLiteralValue()
Returns the value of the 'Literal Value' containment reference.Methods in net.opengis.wps20 with parameters of type LiteralValueType Modifier and Type Method Description void
DocumentRoot. setLiteralValue(LiteralValueType value)
Sets the value of the 'Literal Value
' containment reference. -
Uses of LiteralValueType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement LiteralValueType Modifier and Type Class Description class
LiteralValueTypeImpl
An implementation of the model object 'Literal Value Type'.Methods in net.opengis.wps20.impl that return LiteralValueType Modifier and Type Method Description LiteralValueType
Wps20FactoryImpl. createLiteralValueType()
LiteralValueType
DocumentRootImpl. getLiteralValue()
Methods in net.opengis.wps20.impl with parameters of type LiteralValueType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLiteralValue(LiteralValueType newLiteralValue, NotificationChain msgs)
void
DocumentRootImpl. setLiteralValue(LiteralValueType newLiteralValue)
-
Uses of LiteralValueType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type LiteralValueType Modifier and Type Method Description T
Wps20Switch. caseLiteralValueType(LiteralValueType object)
Returns the result of interpreting the object as an instance of 'Literal Value Type'.boolean
Wps20Validator. validateLiteralValueType(LiteralValueType literalValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
-