|
|||||||||
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.CellBase
public abstract class CellBase
Cell base for both XMLA and Mondrian
Field Summary | |
---|---|
protected java.lang.String |
formattedValue
|
Constructor Summary | |
---|---|
CellBase()
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
void |
addProperty(java.lang.String prop,
java.lang.String value)
add property to cell |
abstract NumberFormat |
getFormat()
If the cells value represents a java.lang.Number, return its format. |
java.lang.String |
getFormattedValue()
return the formatted value of the cell |
Property[] |
getProperties()
get all properties of this member |
Property |
getProperty(java.lang.String name)
get a specific property of this member |
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
abstract java.lang.Object |
getValue()
return the value of the cell |
abstract boolean |
isNull()
true if the cell is null |
void |
setFormattedValue(java.lang.String string,
FormatStringParser parser)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String formattedValue
Constructor Detail |
---|
public CellBase()
Method Detail |
---|
public abstract java.lang.Object getValue()
Cell
getValue
in interface Cell
Cell.getValue()
public abstract NumberFormat getFormat()
Cell
getFormat
in interface Cell
Cell.getFormat()
public java.lang.String getFormattedValue()
Cell
getFormattedValue
in interface Cell
Cell.getFormattedValue()
public abstract boolean isNull()
Cell
isNull
in interface Cell
Cell.isNull()
public Property[] getProperties()
PropertyHolder
getProperties
in interface PropertyHolder
PropertyHolder.getProperties()
public Property getProperty(java.lang.String name)
PropertyHolder
getProperty
in interface PropertyHolder
PropertyHolder.getProperty(String)
public void accept(Visitor visitor)
accept
in interface Visitable
Visitable.accept(Visitor)
public java.lang.Object getRootDecoree()
Decorator
getRootDecoree
in interface Decorator
Decorator.getRootDecoree()
public void setFormattedValue(java.lang.String string, FormatStringParser parser)
string
- public void addProperty(java.lang.String prop, java.lang.String value)
prop
- value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |