Uses of Interface
net.opengis.ows20.AcceptLanguagesType
-
Packages that use AcceptLanguagesType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of AcceptLanguagesType in net.opengis.ows20
Methods in net.opengis.ows20 that return AcceptLanguagesType Modifier and Type Method Description AcceptLanguagesTypeOws20Factory. createAcceptLanguagesType()Returns a new object of class 'Accept Languages Type'.AcceptLanguagesTypeGetCapabilitiesType. getAcceptLanguages()Returns the value of the 'Accept Languages' containment reference.Methods in net.opengis.ows20 with parameters of type AcceptLanguagesType Modifier and Type Method Description voidGetCapabilitiesType. 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 AcceptLanguagesType Modifier and Type Class Description classAcceptLanguagesTypeImplAn implementation of the model object 'Accept Languages Type'.Fields in net.opengis.ows20.impl declared as AcceptLanguagesType Modifier and Type Field Description protected AcceptLanguagesTypeGetCapabilitiesTypeImpl. acceptLanguagesThe cached value of the 'Accept Languages' containment reference.Methods in net.opengis.ows20.impl that return AcceptLanguagesType Modifier and Type Method Description AcceptLanguagesTypeOws20FactoryImpl. createAcceptLanguagesType()AcceptLanguagesTypeGetCapabilitiesTypeImpl. getAcceptLanguages()Methods in net.opengis.ows20.impl with parameters of type AcceptLanguagesType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. 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 AcceptLanguagesType Modifier and Type Method Description TOws20Switch. 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 AcceptLanguagesType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateAcceptLanguages(AcceptLanguagesType value)
-