com.microstrategy.web.objects.WebRowValue |
This interface provides accessor methods to obtain the various properties associated with a metric value.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getCcl()
Returns the cell color.
| ||||||||||
abstract WebHeader |
getColumnHeader()
Returns the corresponding column-axis WebHeader at the finest granularity associated with
the this WebRowValue.
| ||||||||||
abstract WebHeader |
getColumnHeader(int enumWebHeaderType)
Returns the corresponding column-axis WebHeader of specified type at the finest granularity associated with
the this WebRowValue.
| ||||||||||
abstract WebRow | getContainer() | ||||||||||
abstract WebDrillMap |
getDrillMap()
Returns the drill map assigned to the template.
| ||||||||||
abstract int | getOrdinal() | ||||||||||
abstract String |
getRawValue()
Returns the raw data value of this row value.
| ||||||||||
abstract WebHeader |
getRowHeader()
Returns the corresponding row-axis WebHeader at the finest granularity associated with
the this WebRowValue.
| ||||||||||
abstract WebHeader |
getRowHeader(int enumWebHeaderType)
Returns the corresponding row-axis WebHeader of specified type at the finest granularity associated with
the this WebRowValue.
| ||||||||||
abstract int |
getSemantics()
The meaning of this form value.
| ||||||||||
abstract WebTitle | getSubtotalTitle() | ||||||||||
abstract int |
getTransactionAction()
return thresholdAction EnumDSSXMLTransactionAction
| ||||||||||
abstract int | getType() | ||||||||||
abstract String | getValue() | ||||||||||
abstract boolean |
isEditDisable()
Returns the unit can be edit or not.
| ||||||||||
abstract boolean | isFirst() | ||||||||||
abstract boolean | isLast() | ||||||||||
abstract void |
setTransactionAction(int action)
set thresholdAction EnumDSSXMLTransactionAction
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the cell color. Only used by legacy applications.
Returns the corresponding column-axis WebHeader at the finest granularity associated with the this WebRowValue. This only makes sense for metric row values. Null is returned for subtotals, or if no associated header is found.
Returns the corresponding column-axis WebHeader of specified type at the finest granularity associated with the this WebRowValue.
Returns the drill map assigned to the template.
Returns the raw data value of this row value.
null
when there is no raw value specified for this row value.
Note that the report needs to have the EnumDSSXMLResultFlags#DssXmlResultNoNumberFormating flag
set before the results are obtained in order this method to return the actual raw value.Returns the corresponding row-axis WebHeader at the finest granularity associated with the this WebRowValue. This only makes sense for metric row values. Null is returned for subtotals, or if no associated header is found.
Returns the corresponding row-axis WebHeader of specified type at the finest granularity associated with the this WebRowValue.
The meaning of this form value. This implies, but is not the same as, the data type. Values of this attribute are derived from the COM interface EnumDSSBaseFormType:
1 = date/time 2 = number 3 = text 4 = image 5 = anchor (a URL to go to if the user clicks the cell) 6 = email 7 = HTML tag 8 = date 9 = time
return thresholdAction EnumDSSXMLTransactionAction
Returns the unit can be edit or not.
set thresholdAction EnumDSSXMLTransactionAction
action | EnumDSSXMLTransactionAction |
---|