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 TypeMethodDescriptionvoidGetCapabilitiesType.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 TypeClassDescriptionclassAn implementation of the model object 'Accept Languages Type'.Fields in net.opengis.ows20.impl declared as AcceptLanguagesTypeModifier and TypeFieldDescriptionprotected AcceptLanguagesTypeGetCapabilitiesTypeImpl.acceptLanguagesThe 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 TypeMethodDescriptionNotificationChainGetCapabilitiesTypeImpl.basicSetAcceptLanguages(AcceptLanguagesType newAcceptLanguages, NotificationChain msgs) voidGetCapabilitiesTypeImpl.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'.booleanOws20Validator.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 TypeMethodDescriptionbooleanGetCapabilitiesTypeValidator.validateAcceptLanguages(AcceptLanguagesType value)