Uses of Interface
net.opengis.gml311.DictionaryEntryType
-
Packages that use DictionaryEntryType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DictionaryEntryType in net.opengis.gml311
Methods in net.opengis.gml311 that return DictionaryEntryType Modifier and Type Method Description DictionaryEntryType
Gml311Factory. createDictionaryEntryType()
Returns a new object of class 'Dictionary Entry Type'.DictionaryEntryType
DocumentRoot. getDefinitionMember()
Returns the value of the 'Definition Member' containment reference.DictionaryEntryType
DocumentRoot. getDictionaryEntry()
Returns the value of the 'Dictionary Entry' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DictionaryEntryType Modifier and Type Method Description EList<DictionaryEntryType>
DictionaryType. getDictionaryEntry()
Returns the value of the 'Dictionary Entry' containment reference list.Methods in net.opengis.gml311 with parameters of type DictionaryEntryType Modifier and Type Method Description void
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 DictionaryEntryType Modifier and Type Class Description class
DictionaryEntryTypeImpl
An implementation of the model object 'Dictionary Entry Type'.Methods in net.opengis.gml311.impl that return DictionaryEntryType Modifier and Type Method Description DictionaryEntryType
Gml311FactoryImpl. createDictionaryEntryType()
DictionaryEntryType
DocumentRootImpl. getDefinitionMember()
DictionaryEntryType
DocumentRootImpl. getDictionaryEntry()
Methods in net.opengis.gml311.impl that return types with arguments of type DictionaryEntryType Modifier and Type Method Description EList<DictionaryEntryType>
DictionaryTypeImpl. getDictionaryEntry()
Methods in net.opengis.gml311.impl with parameters of type DictionaryEntryType Modifier and Type Method Description NotificationChain
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 DictionaryEntryType Modifier and Type Method Description T
Gml311Switch. 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)
-