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 LiteralTypeFes20Factory. createLiteralType()Returns a new object of class 'Literal Type'.LiteralTypeDocumentRoot. getLiteral()Returns the value of the 'Literal' containment reference.Methods in net.opengis.fes20 with parameters of type LiteralType Modifier and Type Method Description voidDocumentRoot. 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 classLiteralTypeImplAn implementation of the model object 'Literal Type'.Methods in net.opengis.fes20.impl that return LiteralType Modifier and Type Method Description LiteralTypeFes20FactoryImpl. createLiteralType()LiteralTypeDocumentRootImpl. getLiteral()Methods in net.opengis.fes20.impl with parameters of type LiteralType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLiteral(LiteralType newLiteral, NotificationChain msgs)voidDocumentRootImpl. 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 TFes20Switch. caseLiteralType(LiteralType object)Returns the result of interpreting the object as an instance of 'Literal Type'.booleanFes20Validator. validateLiteralType(LiteralType literalType, DiagnosticChain diagnostics, Map<Object,Object> context)
-