org.axiondb.parser
Interface AxionDateTimeFormatParserConstants
- All Known Implementing Classes:
- AxionDateTimeFormatParser, AxionDateTimeFormatParserTokenManager
public interface AxionDateTimeFormatParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
WEEKDAY
static final int WEEKDAY
- See Also:
- Constant Field Values
WEEKDAY3
static final int WEEKDAY3
- See Also:
- Constant Field Values
WEEKDAY_FULL
static final int WEEKDAY_FULL
- See Also:
- Constant Field Values
JULIAN_DAY
static final int JULIAN_DAY
- See Also:
- Constant Field Values
DAY
static final int DAY
- See Also:
- Constant Field Values
MONTH
static final int MONTH
- See Also:
- Constant Field Values
MONTH_3
static final int MONTH_3
- See Also:
- Constant Field Values
MONTH_FULL
static final int MONTH_FULL
- See Also:
- Constant Field Values
YEAR
static final int YEAR
- See Also:
- Constant Field Values
YEAR_2
static final int YEAR_2
- See Also:
- Constant Field Values
ERA
static final int ERA
- See Also:
- Constant Field Values
HOUR12
static final int HOUR12
- See Also:
- Constant Field Values
HOUR24
static final int HOUR24
- See Also:
- Constant Field Values
HOUR12_PADDED
static final int HOUR12_PADDED
- See Also:
- Constant Field Values
HOUR24_PADDED
static final int HOUR24_PADDED
- See Also:
- Constant Field Values
MINUTE
static final int MINUTE
- See Also:
- Constant Field Values
SECOND
static final int SECOND
- See Also:
- Constant Field Values
WEEK
static final int WEEK
- See Also:
- Constant Field Values
QUARTER
static final int QUARTER
- See Also:
- Constant Field Values
MILLISECOND
static final int MILLISECOND
- See Also:
- Constant Field Values
AMPM
static final int AMPM
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
OPENPAREN
static final int OPENPAREN
- See Also:
- Constant Field Values
CLOSEPAREN
static final int CLOSEPAREN
- See Also:
- Constant Field Values
DASH
static final int DASH
- See Also:
- Constant Field Values
SOLIDUS
static final int SOLIDUS
- See Also:
- Constant Field Values
ISO9660_T
static final int ISO9660_T
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage