|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.AttributeStatistic
public class AttributeStatistic
AttributeStatistic class.
| Constructor Summary | |
|---|---|
AttributeStatistic(OnmsAttribute attribute,
Double statistic)
Constructor for AttributeStatistic. |
|
| Method Summary | |
|---|---|
int |
compareTo(AttributeStatistic o)
compareTo |
OnmsAttribute |
getAttribute()
getAttribute |
Double |
getStatistic()
getStatistic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeStatistic(OnmsAttribute attribute,
Double statistic)
Constructor for AttributeStatistic.
attribute - a OnmsAttribute object.statistic - a Double object.| Method Detail |
|---|
public OnmsAttribute getAttribute()
getAttribute
OnmsAttribute object.public Double getStatistic()
getStatistic
Double object.public int compareTo(AttributeStatistic o)
compareTo
compareTo in interface Comparable<AttributeStatistic>o - a AttributeStatistic object.
Comparable.compareTo(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||