mondrian.util
Class Format.Token
java.lang.Object
mondrian.util.Format.Token
- Enclosing class:
- Format
static class Format.Token
- extends Object
|
Field Summary |
(package private) int |
code
|
(package private) int |
flags
|
(package private) mondrian.util.Format.FormatType |
formatType
|
(package private) String |
token
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
final int code
flags
final int flags
token
final String token
formatType
final mondrian.util.Format.FormatType formatType
Format.Token
Format.Token(int code,
int flags,
String token)
compatibleWith
boolean compatibleWith(mondrian.util.Format.FormatType formatType)
isSpecial
boolean isSpecial()
isNumeric
boolean isNumeric()
isDate
boolean isDate()
isString
boolean isString()
getFormatType
mondrian.util.Format.FormatType getFormatType()
makeFormat
Format.BasicFormat makeFormat(Format.FormatLocale locale)