|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.olap.model.impl.PropertyHolderImpl com.tonbeller.jpivot.olap.model.impl.CellImpl
public class CellImpl
Created on 11.10.2002
Constructor Summary | |
---|---|
CellImpl()
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
NumberFormat |
getFormat()
If the cells value represents a java.lang.Number, return its format. |
java.lang.String |
getFormattedValue()
Returns the formattedValue. |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
java.lang.Object |
getValue()
Returns the value. |
boolean |
isNull()
true if the cell is null |
void |
setFormattedValue(java.lang.String formattedValue)
Sets the formattedValue. |
void |
setValue(java.lang.Object value)
Sets the value. |
Methods inherited from class com.tonbeller.jpivot.olap.model.impl.PropertyHolderImpl |
---|
addProperty, getProperties, getProperty, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.jpivot.olap.model.PropertyHolder |
---|
getProperties, getProperty |
Constructor Detail |
---|
public CellImpl()
Method Detail |
---|
public java.lang.String getFormattedValue()
getFormattedValue
in interface Cell
public java.lang.Object getValue()
getValue
in interface Cell
public void setFormattedValue(java.lang.String formattedValue)
formattedValue
- The formattedValue to setpublic void setValue(java.lang.Object value)
value
- The value to setpublic boolean isNull()
Cell
isNull
in interface Cell
public void accept(Visitor visitor)
accept
in interface Visitable
public java.lang.Object getRootDecoree()
Decorator
getRootDecoree
in interface Decorator
public NumberFormat getFormat()
Cell
getFormat
in interface Cell
Cell.getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |