com.microstrategy.web.objects.WebDefaultSort |
This interface represents a sort of type(from EnumDSSXMLSortType
): DssXmlSortAttributeDefault,
DssXmlSortGroupBySubtotal, DssXmlSortDimensionDefault, DssXmlSortConsolidationDefault, or
DssXmlSortCustomGroupDefault. This class contains properties which apply for the above sort types.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebObjectInfo |
getTarget()
Returns the target of the sort.
| ||||||||||
abstract void |
setTarget(WebObjectInfo object)
Sets the target of the sort.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Returns the target of the sort.
WebObjectInfo
object which is the target of the sort.Sets the target of the sort.
object | The WebObjectInfo object which is the target of the sort. |
---|
IllegalArgumentException | Thrown if the argument is null. |
---|