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