Package org.rrd4j.core.timespec
Class TimeToken
- java.lang.Object
-
- org.rrd4j.core.timespec.TimeToken
-
class TimeToken extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AM
ConstantAM=5
static int
APR
ConstantAPR=31
static int
AUG
ConstantAUG=35
static int
COLON
ConstantCOLON=24
static int
DAYS
ConstantDAYS=15
static int
DEC
ConstantDEC=39
static int
DOT
ConstantDOT=23
static int
END
ConstantEND=11
static int
EOF
ConstantEOF=-1
static int
FEB
ConstantFEB=29
static int
FRI
ConstantFRI=45
static int
HOURS
ConstantHOURS=14
static int
ID
ConstantID=26
static int
JAN
ConstantJAN=28
static int
JUL
ConstantJUL=34
static int
JUN
ConstantJUN=33
static int
JUNK
ConstantJUNK=27
static int
MAR
ConstantMAR=30
static int
MAY
ConstantMAY=32
static int
MIDNIGHT
ConstantMIDNIGHT=1
static int
MINUS
ConstantMINUS=22
static int
MINUTES
ConstantMINUTES=13
static int
MON
ConstantMON=41
static int
MONTHS
ConstantMONTHS=17
static int
MONTHS_MINUTES
ConstantMONTHS_MINUTES=19
static int
NOON
ConstantNOON=2
static int
NOV
ConstantNOV=38
static int
NOW
ConstantNOW=9
static int
NUMBER
ConstantNUMBER=20
static int
OCT
ConstantOCT=37
static int
PLUS
ConstantPLUS=21
static int
PM
ConstantPM=4
static int
SAT
ConstantSAT=46
static int
SECONDS
ConstantSECONDS=12
static int
SEP
ConstantSEP=36
static int
SLASH
ConstantSLASH=25
static int
START
ConstantSTART=10
static int
SUN
ConstantSUN=40
static int
TEATIME
ConstantTEATIME=3
static int
THU
ConstantTHU=44
static int
TODAY
ConstantTODAY=7
(package private) int
token_id
static int
TOMORROW
ConstantTOMORROW=8
static int
TUE
ConstantTUE=42
(package private) String
value
static int
WED
ConstantWED=43
static int
WEEKS
ConstantWEEKS=16
static int
YEARS
ConstantYEARS=18
static int
YESTERDAY
ConstantYESTERDAY=6
-
-
-
Field Detail
-
MIDNIGHT
public static final int MIDNIGHT
ConstantMIDNIGHT=1
- See Also:
- Constant Field Values
-
NOON
public static final int NOON
ConstantNOON=2
- See Also:
- Constant Field Values
-
TEATIME
public static final int TEATIME
ConstantTEATIME=3
- See Also:
- Constant Field Values
-
PM
public static final int PM
ConstantPM=4
- See Also:
- Constant Field Values
-
AM
public static final int AM
ConstantAM=5
- See Also:
- Constant Field Values
-
YESTERDAY
public static final int YESTERDAY
ConstantYESTERDAY=6
- See Also:
- Constant Field Values
-
TODAY
public static final int TODAY
ConstantTODAY=7
- See Also:
- Constant Field Values
-
TOMORROW
public static final int TOMORROW
ConstantTOMORROW=8
- See Also:
- Constant Field Values
-
NOW
public static final int NOW
ConstantNOW=9
- See Also:
- Constant Field Values
-
START
public static final int START
ConstantSTART=10
- See Also:
- Constant Field Values
-
END
public static final int END
ConstantEND=11
- See Also:
- Constant Field Values
-
SECONDS
public static final int SECONDS
ConstantSECONDS=12
- See Also:
- Constant Field Values
-
MINUTES
public static final int MINUTES
ConstantMINUTES=13
- See Also:
- Constant Field Values
-
HOURS
public static final int HOURS
ConstantHOURS=14
- See Also:
- Constant Field Values
-
DAYS
public static final int DAYS
ConstantDAYS=15
- See Also:
- Constant Field Values
-
WEEKS
public static final int WEEKS
ConstantWEEKS=16
- See Also:
- Constant Field Values
-
MONTHS
public static final int MONTHS
ConstantMONTHS=17
- See Also:
- Constant Field Values
-
YEARS
public static final int YEARS
ConstantYEARS=18
- See Also:
- Constant Field Values
-
MONTHS_MINUTES
public static final int MONTHS_MINUTES
ConstantMONTHS_MINUTES=19
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
ConstantNUMBER=20
- See Also:
- Constant Field Values
-
PLUS
public static final int PLUS
ConstantPLUS=21
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
ConstantMINUS=22
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
ConstantDOT=23
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
ConstantCOLON=24
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
ConstantSLASH=25
- See Also:
- Constant Field Values
-
ID
public static final int ID
ConstantID=26
- See Also:
- Constant Field Values
-
JUNK
public static final int JUNK
ConstantJUNK=27
- See Also:
- Constant Field Values
-
JAN
public static final int JAN
ConstantJAN=28
- See Also:
- Constant Field Values
-
FEB
public static final int FEB
ConstantFEB=29
- See Also:
- Constant Field Values
-
MAR
public static final int MAR
ConstantMAR=30
- See Also:
- Constant Field Values
-
APR
public static final int APR
ConstantAPR=31
- See Also:
- Constant Field Values
-
MAY
public static final int MAY
ConstantMAY=32
- See Also:
- Constant Field Values
-
JUN
public static final int JUN
ConstantJUN=33
- See Also:
- Constant Field Values
-
JUL
public static final int JUL
ConstantJUL=34
- See Also:
- Constant Field Values
-
AUG
public static final int AUG
ConstantAUG=35
- See Also:
- Constant Field Values
-
SEP
public static final int SEP
ConstantSEP=36
- See Also:
- Constant Field Values
-
OCT
public static final int OCT
ConstantOCT=37
- See Also:
- Constant Field Values
-
NOV
public static final int NOV
ConstantNOV=38
- See Also:
- Constant Field Values
-
DEC
public static final int DEC
ConstantDEC=39
- See Also:
- Constant Field Values
-
SUN
public static final int SUN
ConstantSUN=40
- See Also:
- Constant Field Values
-
MON
public static final int MON
ConstantMON=41
- See Also:
- Constant Field Values
-
TUE
public static final int TUE
ConstantTUE=42
- See Also:
- Constant Field Values
-
WED
public static final int WED
ConstantWED=43
- See Also:
- Constant Field Values
-
THU
public static final int THU
ConstantTHU=44
- See Also:
- Constant Field Values
-
FRI
public static final int FRI
ConstantFRI=45
- See Also:
- Constant Field Values
-
SAT
public static final int SAT
ConstantSAT=46
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
ConstantEOF=-1
- See Also:
- Constant Field Values
-
value
final String value
-
token_id
final int token_id
-
-