|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tonbeller.jpivot.olap.model.impl.CellBase
com.tonbeller.jpivot.xmla.XMLA_Cell
public class XMLA_Cell
Cell Implementation for XMLA
| Field Summary |
|---|
| Fields inherited from class com.tonbeller.jpivot.olap.model.impl.CellBase |
|---|
formattedValue |
| Constructor Summary | |
|---|---|
XMLA_Cell(int ordinal,
XMLA_Model model)
|
|
| Method Summary | |
|---|---|
NumberFormat |
getFormat()
If the cells value represents a java.lang.Number, return its format. |
XMLA_Model |
getModel()
|
int |
getOrdinal()
Returns the ordinal. |
java.lang.Object |
getValue()
return the value of the cell |
boolean |
isNull()
true if the cell is null |
void |
setModel(XMLA_Model model)
|
void |
setValue(java.lang.Object value)
Sets the value. |
| Methods inherited from class com.tonbeller.jpivot.olap.model.impl.CellBase |
|---|
accept, addProperty, getFormattedValue, getProperties, getProperty, getRootDecoree, setFormattedValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLA_Cell(int ordinal,
XMLA_Model model)
| Method Detail |
|---|
public java.lang.Object getValue()
Cell
getValue in interface CellgetValue in class CellBaseCell.getValue()public void setValue(java.lang.Object value)
value - The value to setpublic int getOrdinal()
public boolean isNull()
Cell
isNull in interface CellisNull in class CellBaseCell.isNull()public NumberFormat getFormat()
Cell
getFormat in interface CellgetFormat in class CellBaseCell.getFormat()public XMLA_Model getModel()
public void setModel(XMLA_Model model)
model - The model to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||