Package com.microstrategy.web.objects
Interface WebPercentToTotalMetric
- 
 public interface WebPercentToTotalMetricThe WebPercentToTotalMetric represents a percent to total metric object.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAxesBitMap()Returns the axes bit map, which specifies a collection of axes the user want to put in the total.SimpleListgetAxesUnits()Returns the collection of units as part of an axis that the user wants to put in the total.WebMetricgetMetric()Returns theWebMetricobject whose percent to total should be added.SimpleListgetUnits()Returns the collection of units, ignoring the axes, that the user wants to put in the total.voidsetAxesBitMap(int axesBitMap)Sets the axes bitmap value.
 
- 
- 
- 
Method Detail- 
getMetricWebMetric getMetric() Returns theWebMetricobject whose percent to total should be added.- Returns:
- the WebMetricobject whose percent to total should be added.
 
 - 
getAxesBitMapint getAxesBitMap() Returns the axes bit map, which specifies a collection of axes the user want to put in the total.- Returns:
- the axes bitmap value, from EnumDSSXMLAxesBitMap.
- See Also:
- setAxesBitMap(int)
 
 - 
setAxesBitMapvoid setAxesBitMap(int axesBitMap) Sets the axes bitmap value.- Parameters:
- axesBitMap- The axes bitmap value, from- EnumDSSXMLAxesBitMap.
- See Also:
- getAxesBitMap()
 
 - 
getAxesUnitsSimpleList getAxesUnits() Returns the collection of units as part of an axis that the user wants to put in the total.- Returns:
- the SimpleListobject, which contains the collection of units.
 
 - 
getUnitsSimpleList getUnits() Returns the collection of units, ignoring the axes, that the user wants to put in the total.- Returns:
- the SimpleListobject, which contains the collection of units.
 
 
- 
 
-