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 AcceptLanguagesType
Ows20Factory. createAcceptLanguagesType()
Returns a new object of class 'Accept Languages Type'.AcceptLanguagesType
GetCapabilitiesType. 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 void
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 AcceptLanguagesType Modifier and Type Class Description class
AcceptLanguagesTypeImpl
An implementation of the model object 'Accept Languages Type'.Fields in net.opengis.ows20.impl declared as AcceptLanguagesType Modifier and Type Field Description protected AcceptLanguagesType
GetCapabilitiesTypeImpl. acceptLanguages
The cached value of the 'Accept Languages
' containment reference.Methods in net.opengis.ows20.impl that return AcceptLanguagesType Modifier and Type Method Description AcceptLanguagesType
Ows20FactoryImpl. createAcceptLanguagesType()
AcceptLanguagesType
GetCapabilitiesTypeImpl. getAcceptLanguages()
Methods in net.opengis.ows20.impl with parameters of type AcceptLanguagesType Modifier and Type Method Description NotificationChain
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 AcceptLanguagesType Modifier and Type Method Description T
Ows20Switch. 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 AcceptLanguagesType Modifier and Type Method Description boolean
GetCapabilitiesTypeValidator. validateAcceptLanguages(AcceptLanguagesType value)
-