Package com.microstrategy.web.objects
Interface WebSubtotalInstance
-
- All Known Subinterfaces:
WebAxisSubtotalInstance
,WebGroupBySubtotalInstance
,WebUnitSubtotalInstance
public interface WebSubtotalInstance
The WebSubtotalInstance represents the 'definition' of how a subtotal has been turned on for any given template. More information about the definition of the subtotal can be obtained from this class. For example, whether the subtotal is defines by position, across levels or grouped by certain template units, the subtotal style (grand totals, all totals etc).- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getType()
Returns the instance type of the subtotal, fromEnumSubtotalInstanceType
-
-
-
Method Detail
-
getType
int getType()
Returns the instance type of the subtotal, fromEnumSubtotalInstanceType
-
-