Package net.opengis.gml311
Interface DefinitionProxyType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
DefinitionProxyTypeImpl
A representation of the model object 'Definition Proxy Type'.
A proxy entry in a dictionary of definitions. An element of this type contains a reference to a remote definition object. This entry is expected to be convenient in allowing multiple elements in one XML document to contain short (abbreviated XPointer) references, which are resolved to an external definition provided in a Dictionary element in the same XML document.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Definition Ref' containment reference.void
setDefinitionRef
(ReferenceType value) Sets the value of the 'Definition Ref
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDefinitionRef
ReferenceType getDefinitionRef()Returns the value of the 'Definition Ref' containment reference. A reference to a remote entry in this dictionary, used when this dictionary entry is identified to allow external references to this specific entry. The remote entry referenced can be in a dictionary in the same or different XML document.- Returns:
- the value of the 'Definition Ref' containment reference.
- See Also:
-
setDefinitionRef
Sets the value of the 'Definition Ref
' containment reference.- Parameters:
value
- the new value of the 'Definition Ref' containment reference.- See Also:
-