Package com.microstrategy.web.objects.rw
Interface RWGroupByUnit
- 
public interface RWGroupByUnitGroup by unit- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWGroupByElementgetCurrentElement()Returns the current element of the template unit, if specified, or null if it is unspecified.RWGroupByElementsgetElements()Returns a collection of group by elementsintgetPageByStyle()Returns page by style fromEnumDSSXMLRWPageByStyleWebObjectInfogetTarget()Returns grup by target object.intgetType()Returns unit type fromEnumRWGroupByTypesenumerationvoidsetPageByStyle(int value)Sets page by style. 
 - 
 
- 
- 
Method Detail
- 
getType
int getType()
Returns unit type fromEnumRWGroupByTypesenumeration- Returns:
 - unit type
 
 
- 
getTarget
WebObjectInfo getTarget()
Returns grup by target object.- Returns:
 - grup by target object.
 
 
- 
setPageByStyle
void setPageByStyle(int value)
Sets page by style.- Parameters:
 value- page by style code. Poassible values are inEnumDSSXMLRWPageByStyle
 
- 
getPageByStyle
int getPageByStyle()
Returns page by style fromEnumDSSXMLRWPageByStyle- Returns:
 - page by style from 
EnumDSSXMLRWPageByStyle 
 
- 
getCurrentElement
RWGroupByElement getCurrentElement()
Returns the current element of the template unit, if specified, or null if it is unspecified.- Returns:
 - A 
WebElementwhich describes the current element of the template unit. 
 
- 
getElements
RWGroupByElements getElements()
Returns a collection of group by elements- Returns:
 - a collection of group by elements
 
 
 - 
 
 -