|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.util.Format.Token
static class Format.Token
Field Summary | |
---|---|
(package private) int |
code
|
(package private) int |
flags
|
(package private) String |
token
|
Constructor Summary | |
---|---|
Format.Token(int code,
int flags,
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
String token
Constructor Detail |
---|
Format.Token(int code, int flags, 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 |