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 DictionaryEntryTypeGml311Factory. createDictionaryEntryType()Returns a new object of class 'Dictionary Entry Type'.DictionaryEntryTypeDocumentRoot. getDefinitionMember()Returns the value of the 'Definition Member' containment reference.DictionaryEntryTypeDocumentRoot. 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 voidDocumentRoot. setDefinitionMember(DictionaryEntryType value)Sets the value of the 'Definition Member' containment reference.voidDocumentRoot. 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 classDictionaryEntryTypeImplAn implementation of the model object 'Dictionary Entry Type'.Methods in net.opengis.gml311.impl that return DictionaryEntryType Modifier and Type Method Description DictionaryEntryTypeGml311FactoryImpl. createDictionaryEntryType()DictionaryEntryTypeDocumentRootImpl. getDefinitionMember()DictionaryEntryTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetDefinitionMember(DictionaryEntryType newDefinitionMember, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDictionaryEntry(DictionaryEntryType newDictionaryEntry, NotificationChain msgs)voidDocumentRootImpl. setDefinitionMember(DictionaryEntryType newDefinitionMember)voidDocumentRootImpl. 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 TGml311Switch. caseDictionaryEntryType(DictionaryEntryType object)Returns the result of interpreting the object as an instance of 'Dictionary Entry Type'.booleanGml311Validator. validateDictionaryEntryType(DictionaryEntryType dictionaryEntryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-