com.businessobjects.sdk.plugin.desktop.common
Interface IMetric


public interface IMetric

This interface represents a metric.


Method Summary
 java.lang.String getName()
          Returns the name of the metric.
 java.lang.Object getValue()
          Returns the metric value.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the metric.

Returns:
A String containing the metric name.

getValue

java.lang.Object getValue()
Returns the metric value.

Returns:
A non-null value of the metric.