Uses of Interface
net.opengis.wps10.LanguagesType1
Packages that use LanguagesType1
Package
Description
-
Uses of LanguagesType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguagesType1Modifier and TypeMethodDescriptionWps10Factory.createLanguagesType1()Returns a new object of class 'Languages Type1'.DocumentRoot.getLanguages()Returns the value of the 'Languages' containment reference.WPSCapabilitiesType.getLanguages()Returns the value of the 'Languages' containment reference.Methods in net.opengis.wps10 with parameters of type LanguagesType1Modifier and TypeMethodDescriptionvoidDocumentRoot.setLanguages(LanguagesType1 value) Sets the value of the 'Languages' containment reference.voidWPSCapabilitiesType.setLanguages(LanguagesType1 value) Sets the value of the 'Languages' containment reference. -
Uses of LanguagesType1 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LanguagesType1Modifier and TypeClassDescriptionclassAn implementation of the model object 'Languages Type1'.Fields in net.opengis.wps10.impl declared as LanguagesType1Modifier and TypeFieldDescriptionprotected LanguagesType1WPSCapabilitiesTypeImpl.languagesThe cached value of the 'Languages' containment reference.Methods in net.opengis.wps10.impl that return LanguagesType1Modifier and TypeMethodDescriptionWps10FactoryImpl.createLanguagesType1()DocumentRootImpl.getLanguages()WPSCapabilitiesTypeImpl.getLanguages()Methods in net.opengis.wps10.impl with parameters of type LanguagesType1Modifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetLanguages(LanguagesType1 newLanguages, NotificationChain msgs) NotificationChainWPSCapabilitiesTypeImpl.basicSetLanguages(LanguagesType1 newLanguages, NotificationChain msgs) voidDocumentRootImpl.setLanguages(LanguagesType1 newLanguages) voidWPSCapabilitiesTypeImpl.setLanguages(LanguagesType1 newLanguages) -
Uses of LanguagesType1 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LanguagesType1Modifier and TypeMethodDescriptionWps10Switch.caseLanguagesType1(LanguagesType1 object) Returns the result of interpreting the object as an instance of 'Languages Type1'.booleanWps10Validator.validateLanguagesType1(LanguagesType1 languagesType1, DiagnosticChain diagnostics, Map context) -
Uses of LanguagesType1 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LanguagesType1Modifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateLanguages(LanguagesType1 value) booleanWPSCapabilitiesTypeValidator.validateLanguages(LanguagesType1 value)