Uses of Interface
net.opengis.ows11.LanguageStringType
Packages that use LanguageStringType
Package
Description
-
Uses of LanguageStringType in net.opengis.ows11
Methods in net.opengis.ows11 that return LanguageStringTypeModifier and TypeMethodDescriptionOws11Factory.createLanguageStringType()Returns a new object of class 'Language String Type'.DocumentRoot.getAbstract()Returns the value of the 'Abstract' containment reference.DocumentRoot.getTitle()Returns the value of the 'Title' containment reference.Methods in net.opengis.ows11 with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setAbstract(LanguageStringType value) Sets the value of the 'Abstract' containment reference.voidDocumentRoot.setTitle(LanguageStringType value) Sets the value of the 'Title' containment reference. -
Uses of LanguageStringType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement LanguageStringTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Language String Type'.Methods in net.opengis.ows11.impl that return LanguageStringTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createLanguageStringType()DocumentRootImpl.getAbstract()DocumentRootImpl.getTitle()Methods in net.opengis.ows11.impl with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTitle(LanguageStringType newTitle, NotificationChain msgs) voidDocumentRootImpl.setAbstract(LanguageStringType newAbstract) voidDocumentRootImpl.setTitle(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionOws11Switch.caseLanguageStringType(LanguageStringType object) Returns the result of interpreting the object as an instance of 'Language String Type'.booleanOws11Validator.validateLanguageStringType(LanguageStringType languageStringType, DiagnosticChain diagnostics, Map context) -
Uses of LanguageStringType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateAbstract(LanguageStringType value) booleanDocumentRootValidator.validateTitle(LanguageStringType value) -
Uses of LanguageStringType in net.opengis.wps10
Methods in net.opengis.wps10 that return LanguageStringTypeModifier and TypeMethodDescriptionDescriptionType.getAbstract()Returns the value of the 'Abstract' containment reference.DocumentOutputDefinitionType.getAbstract()Returns the value of the 'Abstract' containment reference.InputType.getAbstract()Returns the value of the 'Abstract' containment reference.DescriptionType.getTitle()Returns the value of the 'Title' containment reference.DocumentOutputDefinitionType.getTitle()Returns the value of the 'Title' containment reference.InputType.getTitle()Returns the value of the 'Title' containment reference.Methods in net.opengis.wps10 with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionvoidDescriptionType.setAbstract(LanguageStringType value) Sets the value of the 'Abstract' containment reference.voidDocumentOutputDefinitionType.setAbstract(LanguageStringType value) Sets the value of the 'Abstract' containment reference.voidInputType.setAbstract(LanguageStringType value) Sets the value of the 'Abstract' containment reference.voidDescriptionType.setTitle(LanguageStringType value) Sets the value of the 'Title' containment reference.voidDocumentOutputDefinitionType.setTitle(LanguageStringType value) Sets the value of the 'Title' containment reference.voidInputType.setTitle(LanguageStringType value) Sets the value of the 'Title' containment reference. -
Uses of LanguageStringType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as LanguageStringTypeModifier and TypeFieldDescriptionprotected LanguageStringTypeDescriptionTypeImpl.abstract_The cached value of the 'Abstract' containment reference.protected LanguageStringTypeDocumentOutputDefinitionTypeImpl.abstract_The cached value of the 'Abstract' containment reference.protected LanguageStringTypeInputTypeImpl.abstract_The cached value of the 'Abstract' containment reference.protected LanguageStringTypeDescriptionTypeImpl.titleThe cached value of the 'Title' containment reference.protected LanguageStringTypeDocumentOutputDefinitionTypeImpl.titleThe cached value of the 'Title' containment reference.protected LanguageStringTypeInputTypeImpl.titleThe cached value of the 'Title' containment reference.Methods in net.opengis.wps10.impl that return LanguageStringTypeModifier and TypeMethodDescriptionDescriptionTypeImpl.getAbstract()DocumentOutputDefinitionTypeImpl.getAbstract()InputTypeImpl.getAbstract()DescriptionTypeImpl.getTitle()DocumentOutputDefinitionTypeImpl.getTitle()InputTypeImpl.getTitle()Methods in net.opengis.wps10.impl with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionNotificationChainDescriptionTypeImpl.basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs) NotificationChainDocumentOutputDefinitionTypeImpl.basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs) NotificationChainInputTypeImpl.basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs) NotificationChainDescriptionTypeImpl.basicSetTitle(LanguageStringType newTitle, NotificationChain msgs) NotificationChainDocumentOutputDefinitionTypeImpl.basicSetTitle(LanguageStringType newTitle, NotificationChain msgs) NotificationChainInputTypeImpl.basicSetTitle(LanguageStringType newTitle, NotificationChain msgs) voidDescriptionTypeImpl.setAbstract(LanguageStringType newAbstract) voidDocumentOutputDefinitionTypeImpl.setAbstract(LanguageStringType newAbstract) voidInputTypeImpl.setAbstract(LanguageStringType newAbstract) voidDescriptionTypeImpl.setTitle(LanguageStringType newTitle) voidDocumentOutputDefinitionTypeImpl.setTitle(LanguageStringType newTitle) voidInputTypeImpl.setTitle(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionbooleanDescriptionTypeValidator.validateAbstract(LanguageStringType value) booleanDocumentOutputDefinitionTypeValidator.validateAbstract(LanguageStringType value) booleanInputTypeValidator.validateAbstract(LanguageStringType value) booleanDescriptionTypeValidator.validateTitle(LanguageStringType value) booleanDocumentOutputDefinitionTypeValidator.validateTitle(LanguageStringType value) booleanInputTypeValidator.validateTitle(LanguageStringType value)