Uses of Interface
net.opengis.ows20.KeywordsType
-
Packages that use KeywordsType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of KeywordsType in net.opengis.ows20
Methods in net.opengis.ows20 that return KeywordsType Modifier and Type Method Description KeywordsType
Ows20Factory. createKeywordsType()
Returns a new object of class 'Keywords Type'.KeywordsType
DocumentRoot. getKeywords()
Returns the value of the 'Keywords' containment reference.Methods in net.opengis.ows20 that return types with arguments of type KeywordsType Modifier and Type Method Description EList<KeywordsType>
DescriptionType. getKeywords()
Returns the value of the 'Keywords' containment reference list.Methods in net.opengis.ows20 with parameters of type KeywordsType Modifier and Type Method Description void
DocumentRoot. setKeywords(KeywordsType value)
Sets the value of the 'Keywords
' containment reference. -
Uses of KeywordsType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement KeywordsType Modifier and Type Class Description class
KeywordsTypeImpl
An implementation of the model object 'Keywords Type'.Fields in net.opengis.ows20.impl with type parameters of type KeywordsType Modifier and Type Field Description protected EList<KeywordsType>
DescriptionTypeImpl. keywords
The cached value of the 'Keywords
' containment reference list.Methods in net.opengis.ows20.impl that return KeywordsType Modifier and Type Method Description KeywordsType
Ows20FactoryImpl. createKeywordsType()
KeywordsType
DocumentRootImpl. getKeywords()
Methods in net.opengis.ows20.impl that return types with arguments of type KeywordsType Modifier and Type Method Description EList<KeywordsType>
DescriptionTypeImpl. getKeywords()
Methods in net.opengis.ows20.impl with parameters of type KeywordsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs)
void
DocumentRootImpl. setKeywords(KeywordsType newKeywords)
-
Uses of KeywordsType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type KeywordsType Modifier and Type Method Description T
Ows20Switch. caseKeywordsType(KeywordsType object)
Returns the result of interpreting the object as an instance of 'Keywords Type'.boolean
Ows20Validator. validateKeywordsType(KeywordsType keywordsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of KeywordsType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type KeywordsType Modifier and Type Method Description boolean
DocumentRootValidator. validateKeywords(KeywordsType value)
Method parameters in net.opengis.ows20.validation with type arguments of type KeywordsType Modifier and Type Method Description boolean
DescriptionTypeValidator. validateKeywords(EList<KeywordsType> value)
-