Uses of Interface
net.opengis.gml311.DefinitionProxyType
-
Packages that use DefinitionProxyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DefinitionProxyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DefinitionProxyType Modifier and Type Method Description DefinitionProxyTypeGml311Factory. createDefinitionProxyType()Returns a new object of class 'Definition Proxy Type'.DefinitionProxyTypeDocumentRoot. getDefinitionProxy()Returns the value of the 'Definition Proxy' containment reference.DefinitionProxyTypeIndirectEntryType. getDefinitionProxy()Returns the value of the 'Definition Proxy' containment reference.Methods in net.opengis.gml311 with parameters of type DefinitionProxyType Modifier and Type Method Description voidDocumentRoot. setDefinitionProxy(DefinitionProxyType value)Sets the value of the 'Definition Proxy' containment reference.voidIndirectEntryType. setDefinitionProxy(DefinitionProxyType value)Sets the value of the 'Definition Proxy' containment reference. -
Uses of DefinitionProxyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DefinitionProxyType Modifier and Type Class Description classDefinitionProxyTypeImplAn implementation of the model object 'Definition Proxy Type'.Fields in net.opengis.gml311.impl declared as DefinitionProxyType Modifier and Type Field Description protected DefinitionProxyTypeIndirectEntryTypeImpl. definitionProxyThe cached value of the 'Definition Proxy' containment reference.Methods in net.opengis.gml311.impl that return DefinitionProxyType Modifier and Type Method Description DefinitionProxyTypeGml311FactoryImpl. createDefinitionProxyType()DefinitionProxyTypeDocumentRootImpl. getDefinitionProxy()DefinitionProxyTypeIndirectEntryTypeImpl. getDefinitionProxy()Methods in net.opengis.gml311.impl with parameters of type DefinitionProxyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDefinitionProxy(DefinitionProxyType newDefinitionProxy, NotificationChain msgs)NotificationChainIndirectEntryTypeImpl. basicSetDefinitionProxy(DefinitionProxyType newDefinitionProxy, NotificationChain msgs)voidDocumentRootImpl. setDefinitionProxy(DefinitionProxyType newDefinitionProxy)voidIndirectEntryTypeImpl. setDefinitionProxy(DefinitionProxyType newDefinitionProxy) -
Uses of DefinitionProxyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DefinitionProxyType Modifier and Type Method Description TGml311Switch. caseDefinitionProxyType(DefinitionProxyType object)Returns the result of interpreting the object as an instance of 'Definition Proxy Type'.booleanGml311Validator. validateDefinitionProxyType(DefinitionProxyType definitionProxyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-