Package com.microstrategy.web.objects.rw
Interface RWGroupByUnit
-
public interface RWGroupByUnit
Group by unit- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWGroupByElement
getCurrentElement()
Returns the current element of the template unit, if specified, or null if it is unspecified.RWGroupByElements
getElements()
Returns a collection of group by elementsint
getPageByStyle()
Returns page by style fromEnumDSSXMLRWPageByStyle
WebObjectInfo
getTarget()
Returns grup by target object.int
getType()
Returns unit type fromEnumRWGroupByTypes
enumerationvoid
setPageByStyle(int value)
Sets page by style.
-
-
-
Method Detail
-
getType
int getType()
Returns unit type fromEnumRWGroupByTypes
enumeration- 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
WebElement
which 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
-
-