com.microstrategy.web.objects.rw.RWUserMetrics |
Class Overview
Represents a collection of additional metrics defined for data set
Summary
[Expand]
Inherited Methods |
From interface
com.microstrategy.web.objects.rw.RWUserObjects
abstract
Enumeration<T>
|
elements()
Returns enumeration of derived attributes
|
abstract
T
|
get(int i)
Returns the i-th derived attribute
|
abstract
T
|
get(String ID)
Returns the derived attribute with specified ID or null
|
abstract
T
|
remove(String ID)
Removes derived attribute with specified ID
|
abstract
int
|
size()
Returns the number of extra derived attributes
|
|