Uses of Interface
net.opengis.gml311.IndirectEntryType
-
Packages that use IndirectEntryType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of IndirectEntryType in net.opengis.gml311
Methods in net.opengis.gml311 that return IndirectEntryType Modifier and Type Method Description IndirectEntryTypeGml311Factory. createIndirectEntryType()Returns a new object of class 'Indirect Entry Type'.IndirectEntryTypeDocumentRoot. getIndirectEntry()Returns the value of the 'Indirect Entry' containment reference.Methods in net.opengis.gml311 that return types with arguments of type IndirectEntryType Modifier and Type Method Description EList<IndirectEntryType>DictionaryType. getIndirectEntry()Returns the value of the 'Indirect Entry' containment reference list.Methods in net.opengis.gml311 with parameters of type IndirectEntryType Modifier and Type Method Description voidDocumentRoot. setIndirectEntry(IndirectEntryType value)Sets the value of the 'Indirect Entry' containment reference. -
Uses of IndirectEntryType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement IndirectEntryType Modifier and Type Class Description classIndirectEntryTypeImplAn implementation of the model object 'Indirect Entry Type'.Methods in net.opengis.gml311.impl that return IndirectEntryType Modifier and Type Method Description IndirectEntryTypeGml311FactoryImpl. createIndirectEntryType()IndirectEntryTypeDocumentRootImpl. getIndirectEntry()Methods in net.opengis.gml311.impl that return types with arguments of type IndirectEntryType Modifier and Type Method Description EList<IndirectEntryType>DictionaryTypeImpl. getIndirectEntry()Methods in net.opengis.gml311.impl with parameters of type IndirectEntryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetIndirectEntry(IndirectEntryType newIndirectEntry, NotificationChain msgs)voidDocumentRootImpl. setIndirectEntry(IndirectEntryType newIndirectEntry) -
Uses of IndirectEntryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IndirectEntryType Modifier and Type Method Description TGml311Switch. caseIndirectEntryType(IndirectEntryType object)Returns the result of interpreting the object as an instance of 'Indirect Entry Type'.booleanGml311Validator. validateIndirectEntryType(IndirectEntryType indirectEntryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-