Uses of Interface
net.opengis.ows20.LanguageStringType
-
Packages that use LanguageStringType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of LanguageStringType in net.opengis.ows20
Methods in net.opengis.ows20 that return LanguageStringType Modifier and Type Method Description LanguageStringType
Ows20Factory. createLanguageStringType()
Returns a new object of class 'Language String Type'.LanguageStringType
DocumentRoot. getAbstract()
Returns the value of the 'Abstract' containment reference.LanguageStringType
DocumentRoot. getTitle()
Returns the value of the 'Title' containment reference.Methods in net.opengis.ows20 that return types with arguments of type LanguageStringType Modifier and Type Method Description EList<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 LanguageStringType Modifier and Type Method Description void
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 LanguageStringType Modifier and Type Class Description class
LanguageStringTypeImpl
An implementation of the model object 'Language String Type'.Fields in net.opengis.ows20.impl with type parameters of type LanguageStringType Modifier and Type Field Description protected 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 LanguageStringType Modifier and Type Method Description LanguageStringType
Ows20FactoryImpl. createLanguageStringType()
LanguageStringType
DocumentRootImpl. getAbstract()
LanguageStringType
DocumentRootImpl. getTitle()
Methods in net.opengis.ows20.impl that return types with arguments of type LanguageStringType Modifier and Type Method Description EList<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 LanguageStringType Modifier and Type Method Description NotificationChain
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 LanguageStringType Modifier and Type Method Description T
Ows20Switch. 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 LanguageStringType Modifier and Type Method Description boolean
DocumentRootValidator. validateAbstract(LanguageStringType value)
boolean
DocumentRootValidator. validateTitle(LanguageStringType value)
Method parameters in net.opengis.ows20.validation with type arguments of type LanguageStringType Modifier and Type Method Description boolean
DescriptionTypeValidator. validateAbstract(EList<LanguageStringType> value)
boolean
ReferenceTypeValidator. validateAbstract(EList<LanguageStringType> value)
boolean
KeywordsTypeValidator. validateKeyword(EList<LanguageStringType> value)
boolean
DescriptionTypeValidator. validateTitle(EList<LanguageStringType> value)
-