Uses of Interface
net.opengis.fes20.LiteralType
-
Packages that use LiteralType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of LiteralType in net.opengis.fes20
Methods in net.opengis.fes20 that return LiteralType Modifier and Type Method Description LiteralType
Fes20Factory. createLiteralType()
Returns a new object of class 'Literal Type'.LiteralType
DocumentRoot. getLiteral()
Returns the value of the 'Literal' containment reference.Methods in net.opengis.fes20 with parameters of type LiteralType Modifier and Type Method Description void
DocumentRoot. setLiteral(LiteralType value)
Sets the value of the 'Literal
' containment reference. -
Uses of LiteralType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement LiteralType Modifier and Type Class Description class
LiteralTypeImpl
An implementation of the model object 'Literal Type'.Methods in net.opengis.fes20.impl that return LiteralType Modifier and Type Method Description LiteralType
Fes20FactoryImpl. createLiteralType()
LiteralType
DocumentRootImpl. getLiteral()
Methods in net.opengis.fes20.impl with parameters of type LiteralType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLiteral(LiteralType newLiteral, NotificationChain msgs)
void
DocumentRootImpl. setLiteral(LiteralType newLiteral)
-
Uses of LiteralType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type LiteralType Modifier and Type Method Description T
Fes20Switch. caseLiteralType(LiteralType object)
Returns the result of interpreting the object as an instance of 'Literal Type'.boolean
Fes20Validator. validateLiteralType(LiteralType literalType, DiagnosticChain diagnostics, Map<Object,Object> context)
-