Package net.opengis.cat.csw20
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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 Details
-
getHopCount
Integer getHopCount()Returns the value of the 'Hop Count' attribute. The default value is"2"
.If the meaning of the 'Hop Count' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Hop Count' attribute.
- See Also:
-
setHopCount
Sets the value of the 'Hop Count
' attribute.- Parameters:
value
- the new value of the 'Hop Count' attribute.- See Also:
-