com.tibco.rta
Interface MetricValueDescriptor

All Superinterfaces:
java.io.Serializable

public interface MetricValueDescriptor
extends java.io.Serializable

This holds the context information of a MetricNode


Method Summary
 java.lang.String getCubeName()
          Gets the cube name.
 java.lang.String getDimensionName()
          Gets the dimension name.
 java.lang.String getDimHierarchyName()
          Gets the dimension hierarchy name.
 java.lang.String getMeasurementName()
          Gets the measurement name.
 java.lang.String getSchemaName()
          Gets the schema name.
 

Method Detail

getSchemaName

java.lang.String getSchemaName()
Gets the schema name.

Returns:
the schema name

getCubeName

java.lang.String getCubeName()
Gets the cube name.

Returns:
the cube name

getMeasurementName

java.lang.String getMeasurementName()
Gets the measurement name.

Returns:
the measurement name

getDimHierarchyName

java.lang.String getDimHierarchyName()
Gets the dimension hierarchy name.

Returns:
the dimension hierarchy name

getDimensionName

java.lang.String getDimensionName()
Gets the dimension name.

Returns:
the dimension name


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.