Interface DistributedSearchType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    DistributedSearchTypeImpl

    public interface DistributedSearchType
    extends EObject
    A representation of the model object 'Distributed Search Type'. Governs the behaviour of a distributed search. hopCount - the maximum number of message hops before the search is terminated. Each catalogue node decrements this value when the request is received, and must not forward the request if hopCount=0.

    The following features are supported:

    See Also:
    Csw20Package.getDistributedSearchType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Integer getHopCount()
      Returns the value of the 'Hop Count' attribute.
      void setHopCount​(Integer value)
      Sets the value of the 'Hop Count' attribute.
      • 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 Detail

      • setHopCount

        void setHopCount​(Integer value)
        Sets the value of the 'Hop Count' attribute.
        Parameters:
        value - the new value of the 'Hop Count' attribute.
        See Also:
        getHopCount()