Class StatItem


  • public class StatItem
    extends Object
    Author:
    BERTINL
    • Constructor Detail

      • StatItem

        public StatItem​(String cmpId,
                        String name,
                        long[] count)
        Default constructor
        Parameters:
        cmpId - the component identifier
        name -
        count -
    • Method Detail

      • getCountValues

        public long[] getCountValues()
        Returns:
        Returns the CountValues.
      • getName

        public String getName()
        Returns:
        Returns the name.
      • getCmpId

        public String getCmpId()
        Returns:
        Returns the cmpId.