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 IndirectEntryType
Gml311Factory. createIndirectEntryType()
Returns a new object of class 'Indirect Entry Type'.IndirectEntryType
DocumentRoot. 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 void
DocumentRoot. 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 class
IndirectEntryTypeImpl
An implementation of the model object 'Indirect Entry Type'.Methods in net.opengis.gml311.impl that return IndirectEntryType Modifier and Type Method Description IndirectEntryType
Gml311FactoryImpl. createIndirectEntryType()
IndirectEntryType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetIndirectEntry(IndirectEntryType newIndirectEntry, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseIndirectEntryType(IndirectEntryType object)
Returns the result of interpreting the object as an instance of 'Indirect Entry Type'.boolean
Gml311Validator. validateIndirectEntryType(IndirectEntryType indirectEntryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-