Package mondrian.util
Class Format.Token
- java.lang.Object
-
- mondrian.util.Format.Token
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcode(package private) intflags(package private) mondrian.util.Format.FormatTypeformatType(package private) Stringtoken
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleancompatibleWith(mondrian.util.Format.FormatType formatType)(package private) mondrian.util.Format.FormatTypegetFormatType()(package private) booleanisDate()(package private) booleanisNumeric()(package private) booleanisSpecial()(package private) booleanisString()(package private) Format.BasicFormatmakeFormat(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)
-
-