Package org.jrobin.core.timespec
Class TimeToken
- java.lang.Object
-
- org.jrobin.core.timespec.TimeToken
-
class TimeToken extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AM
static int
APR
static int
AUG
static int
COLON
static int
DAYS
static int
DEC
static int
DOT
static int
END
static int
EOF
static int
EPOCH
static int
FEB
static int
FRI
static int
HOURS
(package private) int
id
static int
ID
static int
JAN
static int
JUL
static int
JUN
static int
JUNK
static int
MAR
static int
MAY
static int
MIDNIGHT
static int
MINUS
static int
MINUTES
static int
MON
static int
MONTHS
static int
MONTHS_MINUTES
static int
NOON
static int
NOV
static int
NOW
static int
NUMBER
static int
OCT
static int
PLUS
static int
PM
static int
SAT
static int
SECONDS
static int
SEP
static int
SLASH
static int
START
static int
SUN
static int
TEATIME
static int
THU
static int
TODAY
static int
TOMORROW
static int
TUE
(package private) String
value
static int
WED
static int
WEEKS
static int
YEARS
static int
YESTERDAY
-
-
-
Field Detail
-
MIDNIGHT
public static final int MIDNIGHT
- See Also:
- Constant Field Values
-
NOON
public static final int NOON
- See Also:
- Constant Field Values
-
TEATIME
public static final int TEATIME
- See Also:
- Constant Field Values
-
PM
public static final int PM
- See Also:
- Constant Field Values
-
AM
public static final int AM
- See Also:
- Constant Field Values
-
YESTERDAY
public static final int YESTERDAY
- See Also:
- Constant Field Values
-
TODAY
public static final int TODAY
- See Also:
- Constant Field Values
-
TOMORROW
public static final int TOMORROW
- See Also:
- Constant Field Values
-
NOW
public static final int NOW
- See Also:
- Constant Field Values
-
START
public static final int START
- See Also:
- Constant Field Values
-
END
public static final int END
- See Also:
- Constant Field Values
-
SECONDS
public static final int SECONDS
- See Also:
- Constant Field Values
-
MINUTES
public static final int MINUTES
- See Also:
- Constant Field Values
-
HOURS
public static final int HOURS
- See Also:
- Constant Field Values
-
DAYS
public static final int DAYS
- See Also:
- Constant Field Values
-
WEEKS
public static final int WEEKS
- See Also:
- Constant Field Values
-
MONTHS
public static final int MONTHS
- See Also:
- Constant Field Values
-
YEARS
public static final int YEARS
- See Also:
- Constant Field Values
-
MONTHS_MINUTES
public static final int MONTHS_MINUTES
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
-
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
JUNK
public static final int JUNK
- See Also:
- Constant Field Values
-
JAN
public static final int JAN
- See Also:
- Constant Field Values
-
FEB
public static final int FEB
- See Also:
- Constant Field Values
-
MAR
public static final int MAR
- See Also:
- Constant Field Values
-
APR
public static final int APR
- See Also:
- Constant Field Values
-
MAY
public static final int MAY
- See Also:
- Constant Field Values
-
JUN
public static final int JUN
- See Also:
- Constant Field Values
-
JUL
public static final int JUL
- See Also:
- Constant Field Values
-
AUG
public static final int AUG
- See Also:
- Constant Field Values
-
SEP
public static final int SEP
- See Also:
- Constant Field Values
-
OCT
public static final int OCT
- See Also:
- Constant Field Values
-
NOV
public static final int NOV
- See Also:
- Constant Field Values
-
DEC
public static final int DEC
- See Also:
- Constant Field Values
-
SUN
public static final int SUN
- See Also:
- Constant Field Values
-
MON
public static final int MON
- See Also:
- Constant Field Values
-
TUE
public static final int TUE
- See Also:
- Constant Field Values
-
WED
public static final int WED
- See Also:
- Constant Field Values
-
THU
public static final int THU
- See Also:
- Constant Field Values
-
FRI
public static final int FRI
- See Also:
- Constant Field Values
-
SAT
public static final int SAT
- See Also:
- Constant Field Values
-
EPOCH
public static final int EPOCH
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
value
final String value
-
id
final int id
-
-
Constructor Detail
-
TimeToken
public TimeToken(String value, int id)
-
-