Uses of Interface
net.opengis.wps10.LanguagesType1
-
Packages that use LanguagesType1 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of LanguagesType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguagesType1 Modifier and Type Method Description LanguagesType1
Wps10Factory. createLanguagesType1()
Returns a new object of class 'Languages Type1'.LanguagesType1
DocumentRoot. getLanguages()
Returns the value of the 'Languages' containment reference.LanguagesType1
WPSCapabilitiesType. getLanguages()
Returns the value of the 'Languages' containment reference.Methods in net.opengis.wps10 with parameters of type LanguagesType1 Modifier and Type Method Description void
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 LanguagesType1 Modifier and Type Class Description class
LanguagesType1Impl
An implementation of the model object 'Languages Type1'.Fields in net.opengis.wps10.impl declared as LanguagesType1 Modifier and Type Field Description protected LanguagesType1
WPSCapabilitiesTypeImpl. languages
The cached value of the 'Languages
' containment reference.Methods in net.opengis.wps10.impl that return LanguagesType1 Modifier and Type Method Description LanguagesType1
Wps10FactoryImpl. createLanguagesType1()
LanguagesType1
DocumentRootImpl. getLanguages()
LanguagesType1
WPSCapabilitiesTypeImpl. getLanguages()
Methods in net.opengis.wps10.impl with parameters of type LanguagesType1 Modifier and Type Method Description NotificationChain
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 LanguagesType1 Modifier and Type Method Description Object
Wps10Switch. 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 LanguagesType1 Modifier and Type Method Description boolean
DocumentRootValidator. validateLanguages(LanguagesType1 value)
boolean
WPSCapabilitiesTypeValidator. validateLanguages(LanguagesType1 value)
-