Package com.aquima.interactions.foundation.text.symbol


package com.aquima.interactions.foundation.text.symbol
  • Classes
    Class
    Description
    Extend the AbstractFormatOnlySymbol when the symbol is for formatting dates only.
    NumberSymbol class to represent the centisecond (=10�2 second) field in a date string.
    NumberSymbol class to represent the Calendar.DATE field in a date string.
    NumberSymbol class to represent the decisecond (=10�1 second) field in a date string.
    NumberSymbol class to represent the Calendar.HOUR_OF_DAY field in a date string.
    LeadingZeroShortHourSymbol class to represent the hour field in a date string.
    This symbol represents the meridiem marker (AM/PM).
    NumberSymbol class to represent the milisecond (=10�3 second) field in a date string.
    NumberSymbol class to represent the Calendar.MINUTE field in a date string.
    NumberSymbol class to represent the Calendar.MONTH field in a date string.
    Base class for number symbols used by the DateFormat class.
    This parser can be used to parse a date format pattern and use an array of Symbols to construct a DateFormat.
    NumberSymbol class to represent the Calendar.SECOND field in a date string.
    This class represents a separator in a date/time string representation of a Date object.
    ShortDateSymbol class to represent short representation of a date.
    ShortHourSymbol class to represent the hour field in a date string.
    ShortMonthSymbol class to represent short representation of a month.
    ShortYearSymbol class to represent the last two digits of a year.
    NumberSymbol class to represent the Calendar.YEAR field in a date string.