MicroStrategy ONE

ResultCell methods

You can use the following methods to view the contents of a cell in a ResultSet.

Method

Returns...

Type

getName()

The localized name of the property

java.lang.String

getId()

The data ID of the property

int

getType()

The data type of the property

int

getValue()

The value of the property for this cell

java.lang.Object

getValueString()

The formatted string value of the property for this cell

java.lang.String

getXMLTag()

The XML tag associated with this cell

java.lang.String