Uses of Interface
net.opengis.fes20.LiteralType
Packages that use LiteralType
-
Uses of LiteralType in net.opengis.fes20
Methods in net.opengis.fes20 that return LiteralTypeModifier and TypeMethodDescriptionFes20Factory.createLiteralType()
Returns a new object of class 'Literal Type'.DocumentRoot.getLiteral()
Returns the value of the 'Literal' containment reference.Methods in net.opengis.fes20 with parameters of type LiteralTypeModifier and TypeMethodDescriptionvoid
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 LiteralTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Literal Type'.Methods in net.opengis.fes20.impl that return LiteralTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createLiteralType()
DocumentRootImpl.getLiteral()
Methods in net.opengis.fes20.impl with parameters of type LiteralTypeModifier and TypeMethodDescriptionNotificationChain
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 LiteralTypeModifier and TypeMethodDescriptionFes20Switch.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)