com.microstrategy.webapi.EnumDSSXMLCurrentElementStatus |
An enumeration of the different statuses of the current element of a template unit.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlCurrentElementChosen | The current element of the template unit is chosen. | |||||||||
int | DssXmlCurrentElementDesired | The current element of the template unit is marked as desired. | |||||||||
int | DssXmlCurrentElementReserved | Reserved. | |||||||||
int | DssXmlCurrentElementUnset | The current element of the template unit is unset. |
The current element of the template unit is chosen.
The current element of the template unit is marked as desired. This means that if the combination of this element and the other current elements will return data, it will act as if it was selected, but if the combination does not return data, the desired elements will be made to act as if they were not chosen one by one until data is returned for the set of page-by elements.
Reserved.
The current element of the template unit is unset.