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 LanguagesTypeOws20Factory. createLanguagesType()Returns a new object of class 'Languages Type'.LanguagesTypeCapabilitiesBaseType. getLanguages()Returns the value of the 'Languages' containment reference.Methods in net.opengis.ows20 with parameters of type LanguagesType Modifier and Type Method Description voidCapabilitiesBaseType. 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 classLanguagesTypeImplAn implementation of the model object 'Languages Type'.Fields in net.opengis.ows20.impl declared as LanguagesType Modifier and Type Field Description protected LanguagesTypeCapabilitiesBaseTypeImpl. languagesThe cached value of the 'Languages' containment reference.Methods in net.opengis.ows20.impl that return LanguagesType Modifier and Type Method Description LanguagesTypeOws20FactoryImpl. createLanguagesType()LanguagesTypeCapabilitiesBaseTypeImpl. getLanguages()Methods in net.opengis.ows20.impl with parameters of type LanguagesType Modifier and Type Method Description NotificationChainCapabilitiesBaseTypeImpl. basicSetLanguages(LanguagesType newLanguages, NotificationChain msgs)voidCapabilitiesBaseTypeImpl. 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 TOws20Switch. caseLanguagesType(LanguagesType object)Returns the result of interpreting the object as an instance of 'Languages Type'.booleanOws20Validator. 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 booleanCapabilitiesBaseTypeValidator. validateLanguages(LanguagesType value)
-