Package mondrian.util
Class Format.Token
- java.lang.Object
-
- mondrian.util.Format.Token
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
code
(package private) int
flags
(package private) mondrian.util.Format.FormatType
formatType
(package private) String
token
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
compatibleWith(mondrian.util.Format.FormatType formatType)
(package private) mondrian.util.Format.FormatType
getFormatType()
(package private) boolean
isDate()
(package private) boolean
isNumeric()
(package private) boolean
isSpecial()
(package private) boolean
isString()
(package private) Format.BasicFormat
makeFormat(Format.FormatLocale locale)
-
-
-
Field Detail
-
code
final int code
-
flags
final int flags
-
token
final String token
-
formatType
final mondrian.util.Format.FormatType formatType
-
-
Constructor Detail
-
Token
Token(int code, int flags, String token)
-
-
Method Detail
-
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)
-
-