Uses of Interface
net.opengis.ows20.AcceptLanguagesType
Packages that use AcceptLanguagesType
Package
Description
-
Uses of AcceptLanguagesType in net.opengis.ows20
Methods in net.opengis.ows20 that return AcceptLanguagesTypeModifier and TypeMethodDescriptionOws20Factory.createAcceptLanguagesType()
Returns a new object of class 'Accept Languages Type'.GetCapabilitiesType.getAcceptLanguages()
Returns the value of the 'Accept Languages' containment reference.Methods in net.opengis.ows20 with parameters of type AcceptLanguagesTypeModifier and TypeMethodDescriptionvoid
GetCapabilitiesType.setAcceptLanguages
(AcceptLanguagesType value) Sets the value of the 'Accept Languages
' containment reference. -
Uses of AcceptLanguagesType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AcceptLanguagesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Accept Languages Type'.Fields in net.opengis.ows20.impl declared as AcceptLanguagesTypeModifier and TypeFieldDescriptionprotected AcceptLanguagesType
GetCapabilitiesTypeImpl.acceptLanguages
The cached value of the 'Accept Languages
' containment reference.Methods in net.opengis.ows20.impl that return AcceptLanguagesTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createAcceptLanguagesType()
GetCapabilitiesTypeImpl.getAcceptLanguages()
Methods in net.opengis.ows20.impl with parameters of type AcceptLanguagesTypeModifier and TypeMethodDescriptionNotificationChain
GetCapabilitiesTypeImpl.basicSetAcceptLanguages
(AcceptLanguagesType newAcceptLanguages, NotificationChain msgs) void
GetCapabilitiesTypeImpl.setAcceptLanguages
(AcceptLanguagesType newAcceptLanguages) -
Uses of AcceptLanguagesType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AcceptLanguagesTypeModifier and TypeMethodDescriptionOws20Switch.caseAcceptLanguagesType
(AcceptLanguagesType object) Returns the result of interpreting the object as an instance of 'Accept Languages Type'.boolean
Ows20Validator.validateAcceptLanguagesType
(AcceptLanguagesType acceptLanguagesType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AcceptLanguagesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AcceptLanguagesTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateAcceptLanguages
(AcceptLanguagesType value)