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

code

int code

flags

int flags

token

String token
Constructor Detail

Format.Token

Format.Token(int code,
             int flags,
             String token)
Method Detail

isSpecial

boolean isSpecial()

isNumeric

boolean isNumeric()

isDate

boolean isDate()

isString

boolean isString()

makeFormat

Format.BasicFormat makeFormat(Format.FormatLocale locale)

SourceForge.net_Logo