mondrian.util
Class Format.Token

java.lang.Object
  extended by 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
           
 
Constructor Summary
Format.Token(int code, int flags, String token)
           
 
Method Summary
(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

final int code

flags

final int flags

token

final String token

formatType

final mondrian.util.Format.FormatType formatType
Constructor Detail

Format.Token

Format.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)

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads