Uses of Interface
net.opengis.gml311.DictionaryEntryType
Packages that use DictionaryEntryType
-
Uses of DictionaryEntryType in net.opengis.gml311
Methods in net.opengis.gml311 that return DictionaryEntryTypeModifier and TypeMethodDescriptionGml311Factory.createDictionaryEntryType()
Returns a new object of class 'Dictionary Entry Type'.DocumentRoot.getDefinitionMember()
Returns the value of the 'Definition Member' containment reference.DocumentRoot.getDictionaryEntry()
Returns the value of the 'Dictionary Entry' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DictionaryEntryTypeModifier and TypeMethodDescriptionEList<DictionaryEntryType>
DictionaryType.getDictionaryEntry()
Returns the value of the 'Dictionary Entry' containment reference list.Methods in net.opengis.gml311 with parameters of type DictionaryEntryTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDefinitionMember
(DictionaryEntryType value) Sets the value of the 'Definition Member
' containment reference.void
DocumentRoot.setDictionaryEntry
(DictionaryEntryType value) Sets the value of the 'Dictionary Entry
' containment reference. -
Uses of DictionaryEntryType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DictionaryEntryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Dictionary Entry Type'.Methods in net.opengis.gml311.impl that return DictionaryEntryTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDictionaryEntryType()
DocumentRootImpl.getDefinitionMember()
DocumentRootImpl.getDictionaryEntry()
Methods in net.opengis.gml311.impl that return types with arguments of type DictionaryEntryTypeModifier and TypeMethodDescriptionEList<DictionaryEntryType>
DictionaryTypeImpl.getDictionaryEntry()
Methods in net.opengis.gml311.impl with parameters of type DictionaryEntryTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDefinitionMember
(DictionaryEntryType newDefinitionMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDictionaryEntry
(DictionaryEntryType newDictionaryEntry, NotificationChain msgs) void
DocumentRootImpl.setDefinitionMember
(DictionaryEntryType newDefinitionMember) void
DocumentRootImpl.setDictionaryEntry
(DictionaryEntryType newDictionaryEntry) -
Uses of DictionaryEntryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DictionaryEntryTypeModifier and TypeMethodDescriptionGml311Switch.caseDictionaryEntryType
(DictionaryEntryType object) Returns the result of interpreting the object as an instance of 'Dictionary Entry Type'.boolean
Gml311Validator.validateDictionaryEntryType
(DictionaryEntryType dictionaryEntryType, DiagnosticChain diagnostics, Map<Object, Object> context)