Uses of Interface
net.opengis.gml311.DictionaryType
-
Packages that use DictionaryType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DictionaryType in net.opengis.gml311
Methods in net.opengis.gml311 that return DictionaryType Modifier and Type Method Description DictionaryType
Gml311Factory. createDictionaryType()
Returns a new object of class 'Dictionary Type'.DictionaryType
DocumentRoot. getDefinitionCollection()
Returns the value of the 'Definition Collection' containment reference.DictionaryType
DocumentRoot. getDictionary()
Returns the value of the 'Dictionary' containment reference.Methods in net.opengis.gml311 with parameters of type DictionaryType Modifier and Type Method Description void
DocumentRoot. setDefinitionCollection(DictionaryType value)
Sets the value of the 'Definition Collection
' containment reference.void
DocumentRoot. setDictionary(DictionaryType value)
Sets the value of the 'Dictionary
' containment reference. -
Uses of DictionaryType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DictionaryType Modifier and Type Class Description class
DictionaryTypeImpl
An implementation of the model object 'Dictionary Type'.Methods in net.opengis.gml311.impl that return DictionaryType Modifier and Type Method Description DictionaryType
Gml311FactoryImpl. createDictionaryType()
DictionaryType
DocumentRootImpl. getDefinitionCollection()
DictionaryType
DocumentRootImpl. getDictionary()
Methods in net.opengis.gml311.impl with parameters of type DictionaryType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDefinitionCollection(DictionaryType newDefinitionCollection, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDictionary(DictionaryType newDictionary, NotificationChain msgs)
void
DocumentRootImpl. setDefinitionCollection(DictionaryType newDefinitionCollection)
void
DocumentRootImpl. setDictionary(DictionaryType newDictionary)
-
Uses of DictionaryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DictionaryType Modifier and Type Method Description T
Gml311Switch. caseDictionaryType(DictionaryType object)
Returns the result of interpreting the object as an instance of 'Dictionary Type'.boolean
Gml311Validator. validateDictionaryType(DictionaryType dictionaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-