Class AttributeStatistic

  • All Implemented Interfaces:
    java.lang.Comparable<AttributeStatistic>

    public class AttributeStatistic
    extends java.lang.Object
    implements java.lang.Comparable<AttributeStatistic>

    AttributeStatistic class.

    Version:
    $Id: $
    Author:
    DJ Gregor
    • Constructor Detail

      • AttributeStatistic

        public AttributeStatistic​(OnmsAttribute attribute,
                                  java.lang.Double statistic)

        Constructor for AttributeStatistic.

        Parameters:
        attribute - a OnmsAttribute object.
        statistic - a Double object.
    • Method Detail

      • getStatistic

        public java.lang.Double getStatistic()

        getStatistic

        Returns:
        a Double object.