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 TypeMethodDescriptionvoid
DocumentRoot.setLanguages
(LanguagesType1 value) Sets the value of the 'Languages
' containment reference.void
WPSCapabilitiesType.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 TypeClassDescriptionclass
An implementation of the model object 'Languages Type1'.Fields in net.opengis.wps10.impl declared as LanguagesType1Modifier and TypeFieldDescriptionprotected LanguagesType1
WPSCapabilitiesTypeImpl.languages
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLanguages
(LanguagesType1 newLanguages, NotificationChain msgs) NotificationChain
WPSCapabilitiesTypeImpl.basicSetLanguages
(LanguagesType1 newLanguages, NotificationChain msgs) void
DocumentRootImpl.setLanguages
(LanguagesType1 newLanguages) void
WPSCapabilitiesTypeImpl.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'.boolean
Wps10Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateLanguages
(LanguagesType1 value) boolean
WPSCapabilitiesTypeValidator.validateLanguages
(LanguagesType1 value)