MicroStrategy ONE
WebRowValue
The WebRowValue interface exposes the information about a specific value.
The following methods are available for the WebRowValue interface:
-
getCssClass— Returns a reference to the css class used (@class).
-
getType— Returns whether this row value is a metric value or a subtotal value. It is represented by the enumeration class EnumWebRowValueType.
-
getValue— Returns the actual value of the metric or subtotal.
-
isFirst— Returns whether this row is the first in the collection.
-
isLast— Returns whether this row is the last in the collection.
-
getContainer— Returns its encapsulating container.
-
getOrdinal— Returns the index number of this row. The number starts from "0" and increases in the grid. This remains true even if the block method is used to create a partial report instance.
-
getCcl— Returns the cell color.
-
getSemantics— Returns the meaning of this form value. This is not the same as the data type. Values of this attribute are derived from the EnumDSSBaseFormType type. The values are 1 for date/time, 2 for number, 3 for text, 4 for image, 5 for anchor link, 6 for e-mail, 7 for HTML tag, 8 for date, and 9 for time.