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 DefinitionProxyType
Gml311Factory. createDefinitionProxyType()
Returns a new object of class 'Definition Proxy Type'.DefinitionProxyType
DocumentRoot. getDefinitionProxy()
Returns the value of the 'Definition Proxy' containment reference.DefinitionProxyType
IndirectEntryType. 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 void
DocumentRoot. setDefinitionProxy(DefinitionProxyType value)
Sets the value of the 'Definition Proxy
' containment reference.void
IndirectEntryType. 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 class
DefinitionProxyTypeImpl
An implementation of the model object 'Definition Proxy Type'.Fields in net.opengis.gml311.impl declared as DefinitionProxyType Modifier and Type Field Description protected DefinitionProxyType
IndirectEntryTypeImpl. definitionProxy
The cached value of the 'Definition Proxy
' containment reference.Methods in net.opengis.gml311.impl that return DefinitionProxyType Modifier and Type Method Description DefinitionProxyType
Gml311FactoryImpl. createDefinitionProxyType()
DefinitionProxyType
DocumentRootImpl. getDefinitionProxy()
DefinitionProxyType
IndirectEntryTypeImpl. getDefinitionProxy()
Methods in net.opengis.gml311.impl with parameters of type DefinitionProxyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDefinitionProxy(DefinitionProxyType newDefinitionProxy, NotificationChain msgs)
NotificationChain
IndirectEntryTypeImpl. basicSetDefinitionProxy(DefinitionProxyType newDefinitionProxy, NotificationChain msgs)
void
DocumentRootImpl. setDefinitionProxy(DefinitionProxyType newDefinitionProxy)
void
IndirectEntryTypeImpl. 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 T
Gml311Switch. caseDefinitionProxyType(DefinitionProxyType object)
Returns the result of interpreting the object as an instance of 'Definition Proxy Type'.boolean
Gml311Validator. validateDefinitionProxyType(DefinitionProxyType definitionProxyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-