Uses of Interface
net.opengis.ows20.LanguageStringType
Packages that use LanguageStringType
Package
Description
-
Uses of LanguageStringType in net.opengis.ows20
Methods in net.opengis.ows20 that return LanguageStringTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 that return types with arguments of type LanguageStringTypeModifier and TypeMethodDescriptionEList<LanguageStringType>
DescriptionType.getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<LanguageStringType>
ReferenceType.getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<LanguageStringType>
KeywordsType.getKeyword()
Returns the value of the 'Keyword' containment reference list.EList<LanguageStringType>
DescriptionType.getTitle()
Returns the value of the 'Title' containment reference list.Methods in net.opengis.ows20 with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setAbstract
(LanguageStringType value) Sets the value of the 'Abstract
' containment reference.void
DocumentRoot.setTitle
(LanguageStringType value) Sets the value of the 'Title
' containment reference. -
Uses of LanguageStringType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement LanguageStringTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Language String Type'.Fields in net.opengis.ows20.impl with type parameters of type LanguageStringTypeModifier and TypeFieldDescriptionprotected EList<LanguageStringType>
DescriptionTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference list.protected EList<LanguageStringType>
ReferenceTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference list.protected EList<LanguageStringType>
KeywordsTypeImpl.keyword
The cached value of the 'Keyword
' containment reference list.protected EList<LanguageStringType>
DescriptionTypeImpl.title
The cached value of the 'Title
' containment reference list.Methods in net.opengis.ows20.impl that return LanguageStringTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createLanguageStringType()
DocumentRootImpl.getAbstract()
DocumentRootImpl.getTitle()
Methods in net.opengis.ows20.impl that return types with arguments of type LanguageStringTypeModifier and TypeMethodDescriptionEList<LanguageStringType>
DescriptionTypeImpl.getAbstract()
EList<LanguageStringType>
ReferenceTypeImpl.getAbstract()
EList<LanguageStringType>
KeywordsTypeImpl.getKeyword()
EList<LanguageStringType>
DescriptionTypeImpl.getTitle()
Methods in net.opengis.ows20.impl with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstract
(LanguageStringType newAbstract, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTitle
(LanguageStringType newTitle, NotificationChain msgs) void
DocumentRootImpl.setAbstract
(LanguageStringType newAbstract) void
DocumentRootImpl.setTitle
(LanguageStringType newTitle) -
Uses of LanguageStringType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionOws20Switch.caseLanguageStringType
(LanguageStringType object) Returns the result of interpreting the object as an instance of 'Language String Type'.boolean
Ows20Validator.validateLanguageStringType
(LanguageStringType languageStringType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of LanguageStringType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type LanguageStringTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAbstract
(LanguageStringType value) boolean
DocumentRootValidator.validateTitle
(LanguageStringType value) Method parameters in net.opengis.ows20.validation with type arguments of type LanguageStringTypeModifier and TypeMethodDescriptionboolean
DescriptionTypeValidator.validateAbstract
(EList<LanguageStringType> value) boolean
ReferenceTypeValidator.validateAbstract
(EList<LanguageStringType> value) boolean
KeywordsTypeValidator.validateKeyword
(EList<LanguageStringType> value) boolean
DescriptionTypeValidator.validateTitle
(EList<LanguageStringType> value)