Package net.opengis.cat.csw20
Interface DistributedSearchType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DistributedSearchTypeImpl
public interface DistributedSearchType extends EObjectA 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 IntegergetHopCount()Returns the value of the 'Hop Count' attribute.voidsetHopCount(Integer value)Sets the value of the 'Hop Count' attribute.
-
-
-
Method Detail
-
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(Integer),Csw20Package.getDistributedSearchType_HopCount()
-
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()
-
-