|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Cell
A Cell is an item in the grid of a Result. It is
returned by Result.getCell(int[]).
| Method Summary | |
|---|---|
boolean |
canDrillThrough()
Returns true if drill through is possible for this Cell. |
java.lang.String |
getCachedFormatString()
Return the cached formatted string, that survives an aggregate cache clear. |
Member |
getContextMember(Dimension dimension)
Returns the context member for a particular dimension. |
java.util.List<java.lang.Integer> |
getCoordinateList()
Returns the coordinates of this Cell in its Result. |
int |
getDrillThroughCount()
Returns the number of fact table rows which contributed to this Cell. |
java.lang.String |
getDrillThroughSQL(boolean extendedContext)
Returns a SQL query that, when executed, returns drill through data for this Cell. |
java.lang.String |
getFormattedValue()
Returns the cell's value formatted according to the current format string, and locale-specific settings such as currency symbol. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
Returns the value of a property. |
java.lang.Object |
getValue()
Returns the cell's raw value. |
boolean |
isError()
Returns whether the cell's calculation returned an error. |
boolean |
isNull()
Returns whether the cell's value is null. |
void |
setValue(Scenario scenario,
java.lang.Object newValue,
AllocationPolicy allocationPolicy,
java.lang.Object... allocationArgs)
Helper method to implement Cell.setValue(java.lang.Object, org.olap4j.AllocationPolicy, java.lang.Object...). |
| Method Detail |
|---|