org.apache.james.mime4j.field.datetime.parser
Interface DateTimeParserConstants

All Known Implementing Classes:
DateTimeParser, DateTimeParserTokenManager

public interface DateTimeParserConstants


Field Summary
static int ANY
           
static int COMMENT
           
static int DEFAULT
           
static int DIGITS
           
static int EOF
           
static int INCOMMENT
           
static int MILITARY_ZONE
           
static int NESTED_COMMENT
           
static int OFFSETDIR
           
static int QUOTEDPAIR
           
static java.lang.String[] tokenImage
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

OFFSETDIR

static final int OFFSETDIR
See Also:
Constant Field Values

MILITARY_ZONE

static final int MILITARY_ZONE
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

COMMENT

static final int COMMENT
See Also:
Constant Field Values

DIGITS

static final int DIGITS
See Also:
Constant Field Values

QUOTEDPAIR

static final int QUOTEDPAIR
See Also:
Constant Field Values

ANY

static final int ANY
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

INCOMMENT

static final int INCOMMENT
See Also:
Constant Field Values

NESTED_COMMENT

static final int NESTED_COMMENT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.