|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.util.Format.Token
static class Format.Token
| Field Summary | |
|---|---|
(package private) int |
code
|
(package private) int |
flags
|
(package private) java.lang.String |
token
|
| Constructor Summary | |
|---|---|
Format.Token(int code,
int flags,
java.lang.String token)
|
|
| Method Summary | |
|---|---|
(package private) boolean |
isDate()
|
(package private) boolean |
isNumeric()
|
(package private) boolean |
isSpecial()
|
(package private) boolean |
isString()
|
(package private) Format.BasicFormat |
makeFormat(Format.FormatLocale locale)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int code
int flags
java.lang.String token
| Constructor Detail |
|---|
Format.Token(int code,
int flags,
java.lang.String token)
| Method Detail |
|---|
boolean isSpecial()
boolean isNumeric()
boolean isDate()
boolean isString()
Format.BasicFormat makeFormat(Format.FormatLocale locale)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||