Package org.opennms.netmgt.model
Interface AttributeStatisticVisitorWithResults
-
- All Superinterfaces:
AttributeStatisticVisitor
- All Known Implementing Classes:
BottomNAttributeStatisticVisitor
,TopNAttributeStatisticVisitor
public interface AttributeStatisticVisitorWithResults extends AttributeStatisticVisitor
AttributeStatisticVisitorWithResults interface.
- Version:
- $Id: $
- Author:
- DJ Gregor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterPropertiesSet()
afterPropertiesSetInteger
getCount()
getCountSortedSet<AttributeStatistic>
getResults()
getResultsvoid
setCount(Integer count)
setCount-
Methods inherited from interface org.opennms.netmgt.model.AttributeStatisticVisitor
visit
-
-
-
-
Method Detail
-
getResults
SortedSet<AttributeStatistic> getResults()
getResults
- Returns:
- a
SortedSet
object.
-
afterPropertiesSet
void afterPropertiesSet()
afterPropertiesSet
-
-