Uses of Interface
net.opengis.ows20.LanguagesType
-
Packages that use LanguagesType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of LanguagesType in net.opengis.ows20
Methods in net.opengis.ows20 that return LanguagesType Modifier and Type Method Description LanguagesType
Ows20Factory. createLanguagesType()
Returns a new object of class 'Languages Type'.LanguagesType
CapabilitiesBaseType. getLanguages()
Returns the value of the 'Languages' containment reference.Methods in net.opengis.ows20 with parameters of type LanguagesType Modifier and Type Method Description void
CapabilitiesBaseType. setLanguages(LanguagesType value)
Sets the value of the 'Languages
' containment reference. -
Uses of LanguagesType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement LanguagesType Modifier and Type Class Description class
LanguagesTypeImpl
An implementation of the model object 'Languages Type'.Fields in net.opengis.ows20.impl declared as LanguagesType Modifier and Type Field Description protected LanguagesType
CapabilitiesBaseTypeImpl. languages
The cached value of the 'Languages
' containment reference.Methods in net.opengis.ows20.impl that return LanguagesType Modifier and Type Method Description LanguagesType
Ows20FactoryImpl. createLanguagesType()
LanguagesType
CapabilitiesBaseTypeImpl. getLanguages()
Methods in net.opengis.ows20.impl with parameters of type LanguagesType Modifier and Type Method Description NotificationChain
CapabilitiesBaseTypeImpl. basicSetLanguages(LanguagesType newLanguages, NotificationChain msgs)
void
CapabilitiesBaseTypeImpl. setLanguages(LanguagesType newLanguages)
-
Uses of LanguagesType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type LanguagesType Modifier and Type Method Description T
Ows20Switch. caseLanguagesType(LanguagesType object)
Returns the result of interpreting the object as an instance of 'Languages Type'.boolean
Ows20Validator. validateLanguagesType(LanguagesType languagesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of LanguagesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type LanguagesType Modifier and Type Method Description boolean
CapabilitiesBaseTypeValidator. validateLanguages(LanguagesType value)
-