|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.RolapResult.FormatValueFormatter
static class RolapResult.FormatValueFormatter
A FormatValueFormatter takes a Locale
as a parameter and uses it to get the Format
to be used in formatting an Object value with a
given format string.
| Field Summary | |
|---|---|
(package private) java.util.Locale |
locale
|
| Fields inherited from interface mondrian.rolap.RolapResult.ValueFormatter |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
RolapResult.FormatValueFormatter(java.util.Locale locale)
Creates a FormatValueFormatter. |
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.lang.Object value,
java.lang.String formatString)
Formats a value according to a format string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final java.util.Locale locale
| Constructor Detail |
|---|
RolapResult.FormatValueFormatter(java.util.Locale locale)
locale - Locale| Method Detail |
|---|
public java.lang.String format(java.lang.Object value,
java.lang.String formatString)
RolapResult.ValueFormatter
format in interface RolapResult.ValueFormattervalue - ValueformatString - Format string
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||