Uses of Interface
net.opengis.wps10.LanguagesType
Packages that use LanguagesType
Package
Description
-
Uses of LanguagesType in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguagesTypeModifier and TypeMethodDescriptionWps10Factory.createLanguagesType()
Returns a new object of class 'Languages Type'.LanguagesType1.getSupported()
Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type LanguagesTypeModifier and TypeMethodDescriptionvoid
LanguagesType1.setSupported
(LanguagesType value) Sets the value of the 'Supported
' containment reference. -
Uses of LanguagesType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement LanguagesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Languages Type'.Fields in net.opengis.wps10.impl declared as LanguagesTypeModifier and TypeFieldDescriptionprotected LanguagesType
LanguagesType1Impl.supported
The cached value of the 'Supported
' containment reference.Methods in net.opengis.wps10.impl that return LanguagesTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createLanguagesType()
LanguagesType1Impl.getSupported()
Methods in net.opengis.wps10.impl with parameters of type LanguagesTypeModifier and TypeMethodDescriptionNotificationChain
LanguagesType1Impl.basicSetSupported
(LanguagesType newSupported, NotificationChain msgs) void
LanguagesType1Impl.setSupported
(LanguagesType newSupported) -
Uses of LanguagesType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type LanguagesTypeModifier and TypeMethodDescriptionWps10Switch.caseLanguagesType
(LanguagesType object) Returns the result of interpreting the object as an instance of 'Languages Type'.boolean
Wps10Validator.validateLanguagesType
(LanguagesType languagesType, DiagnosticChain diagnostics, Map context) -
Uses of LanguagesType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LanguagesTypeModifier and TypeMethodDescriptionboolean
LanguagesType1Validator.validateSupported
(LanguagesType value)