Package mondrian.util

Class Format.Token

  • Enclosing class:
    Format

    static class Format.Token
    extends Object
    • Field Detail

      • code

        final int code
      • flags

        final int flags
      • 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()