|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.remote.DefaultRemotePendingValue
public class DefaultRemotePendingValue
DefaultRemotePendingValue is the default object that is returned by RemoteOlapModel for table cells that have not been evaluated yet.
Field Summary | |
---|---|
protected String |
text
the string that is displayed |
Constructor Summary | |
---|---|
DefaultRemotePendingValue()
Constructs a DefaultRemotePendingValue with an empty string as label. |
|
DefaultRemotePendingValue(String text)
Constructs a DefaultRemotePendingValue with a given text as its label. |
Method Summary | |
---|---|
String |
getFormattedValue()
Retrieves the formatted value as a string. |
OlapMeasure |
getMeasure()
Retrieves the measure metadata of the value. |
Object |
getValue()
Retrieves the value as a java object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String text
Constructor Detail |
---|
public DefaultRemotePendingValue()
public DefaultRemotePendingValue(String text)
Method Detail |
---|
public String getFormattedValue()
getFormattedValue
in interface OlapCell
public OlapMeasure getMeasure()
getMeasure
in interface OlapCell
public Object getValue()
getValue
in interface OlapCell
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |