Interface DefinitionProxyType

  • All Superinterfaces:
    AbstractGMLType, DefinitionType, EObject, Notifier
    All Known Implementing Classes:
    DefinitionProxyTypeImpl

    public interface DefinitionProxyType
    extends DefinitionType
    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:
    Gml311Package.getDefinitionProxyType()
    • Method Detail

      • 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(ReferenceType), Gml311Package.getDefinitionProxyType_DefinitionRef()
      • setDefinitionRef

        void setDefinitionRef​(ReferenceType value)
        Sets the value of the 'Definition Ref' containment reference.
        Parameters:
        value - the new value of the 'Definition Ref' containment reference.
        See Also:
        getDefinitionRef()