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 LanguagesType1Wps10Factory. createLanguagesType1()Returns a new object of class 'Languages Type1'.LanguagesType1DocumentRoot. getLanguages()Returns the value of the 'Languages' containment reference.LanguagesType1WPSCapabilitiesType. getLanguages()Returns the value of the 'Languages' containment reference.Methods in net.opengis.wps10 with parameters of type LanguagesType1 Modifier and Type Method Description voidDocumentRoot. 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 LanguagesType1 Modifier and Type Class Description classLanguagesType1ImplAn implementation of the model object 'Languages Type1'.Fields in net.opengis.wps10.impl declared as LanguagesType1 Modifier and Type Field Description protected LanguagesType1WPSCapabilitiesTypeImpl. languagesThe cached value of the 'Languages' containment reference.Methods in net.opengis.wps10.impl that return LanguagesType1 Modifier and Type Method Description LanguagesType1Wps10FactoryImpl. createLanguagesType1()LanguagesType1DocumentRootImpl. getLanguages()LanguagesType1WPSCapabilitiesTypeImpl. getLanguages()Methods in net.opengis.wps10.impl with parameters of type LanguagesType1 Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 LanguagesType1 Modifier and Type Method Description ObjectWps10Switch. 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 LanguagesType1 Modifier and Type Method Description booleanDocumentRootValidator. validateLanguages(LanguagesType1 value)booleanWPSCapabilitiesTypeValidator. validateLanguages(LanguagesType1 value)
-