Uses of Interface
net.opengis.wps20.LiteralDataType
-
Packages that use LiteralDataType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of LiteralDataType in net.opengis.wps20
Methods in net.opengis.wps20 that return LiteralDataType Modifier and Type Method Description LiteralDataType
Wps20Factory. createLiteralDataType()
Returns a new object of class 'Literal Data Type'.LiteralDataType
DocumentRoot. getLiteralData()
Returns the value of the 'Literal Data' containment reference.Methods in net.opengis.wps20 with parameters of type LiteralDataType Modifier and Type Method Description void
DocumentRoot. setLiteralData(LiteralDataType value)
Sets the value of the 'Literal Data
' containment reference. -
Uses of LiteralDataType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement LiteralDataType Modifier and Type Class Description class
LiteralDataTypeImpl
An implementation of the model object 'Literal Data Type'.Methods in net.opengis.wps20.impl that return LiteralDataType Modifier and Type Method Description LiteralDataType
Wps20FactoryImpl. createLiteralDataType()
LiteralDataType
DocumentRootImpl. getLiteralData()
Methods in net.opengis.wps20.impl with parameters of type LiteralDataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLiteralData(LiteralDataType newLiteralData, NotificationChain msgs)
void
DocumentRootImpl. setLiteralData(LiteralDataType newLiteralData)
-
Uses of LiteralDataType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type LiteralDataType Modifier and Type Method Description T
Wps20Switch. caseLiteralDataType(LiteralDataType object)
Returns the result of interpreting the object as an instance of 'Literal Data Type'.boolean
Wps20Validator. validateLiteralDataType(LiteralDataType literalDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-