com.microstrategy.web.objects.WebPercentToTotalMetric |
The WebPercentToTotalMetric represents a percent to total metric object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getAxesBitMap()
Returns the axes bit map, which specifies a collection of axes the user want to
put in the total.
| ||||||||||
abstract SimpleList |
getAxesUnits()
Returns the collection of units as part of an axis that the user wants to put
in the total.
| ||||||||||
abstract WebMetric |
getMetric()
Returns the
WebMetric object whose percent to total should be added. | ||||||||||
abstract SimpleList |
getUnits()
Returns the collection of units, ignoring the axes, that the user wants to put
in the total.
| ||||||||||
abstract void |
setAxesBitMap(int axesBitMap)
Sets the axes bitmap value.
|
Returns the axes bit map, which specifies a collection of axes the user want to put in the total.
EnumDSSXMLAxesBitMap
.Returns the collection of units as part of an axis that the user wants to put in the total.
SimpleList
object, which contains the collection of units.
Returns the collection of units, ignoring the axes, that the user wants to put in the total.
SimpleList
object, which contains the collection of units.
Sets the axes bitmap value.
axesBitMap | The axes bitmap value, from EnumDSSXMLAxesBitMap . |
---|