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
-
Constructor Summary
-
Method Summary
-
Field Details
-
MIDNIGHT
public static final int MIDNIGHTConstantMIDNIGHT=1
- See Also:
- Constant Field Values
-
NOON
public static final int NOONConstantNOON=2
- See Also:
- Constant Field Values
-
TEATIME
public static final int TEATIMEConstantTEATIME=3
- See Also:
- Constant Field Values
-
PM
public static final int PMConstantPM=4
- See Also:
- Constant Field Values
-
AM
public static final int AMConstantAM=5
- See Also:
- Constant Field Values
-
YESTERDAY
public static final int YESTERDAYConstantYESTERDAY=6
- See Also:
- Constant Field Values
-
TODAY
public static final int TODAYConstantTODAY=7
- See Also:
- Constant Field Values
-
TOMORROW
public static final int TOMORROWConstantTOMORROW=8
- See Also:
- Constant Field Values
-
NOW
public static final int NOWConstantNOW=9
- See Also:
- Constant Field Values
-
START
public static final int STARTConstantSTART=10
- See Also:
- Constant Field Values
-
END
public static final int ENDConstantEND=11
- See Also:
- Constant Field Values
-
SECONDS
public static final int SECONDSConstantSECONDS=12
- See Also:
- Constant Field Values
-
MINUTES
public static final int MINUTESConstantMINUTES=13
- See Also:
- Constant Field Values
-
HOURS
public static final int HOURSConstantHOURS=14
- See Also:
- Constant Field Values
-
DAYS
public static final int DAYSConstantDAYS=15
- See Also:
- Constant Field Values
-
WEEKS
public static final int WEEKSConstantWEEKS=16
- See Also:
- Constant Field Values
-
MONTHS
public static final int MONTHSConstantMONTHS=17
- See Also:
- Constant Field Values
-
YEARS
public static final int YEARSConstantYEARS=18
- See Also:
- Constant Field Values
-
MONTHS_MINUTES
public static final int MONTHS_MINUTESConstantMONTHS_MINUTES=19
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBERConstantNUMBER=20
- See Also:
- Constant Field Values
-
PLUS
public static final int PLUSConstantPLUS=21
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUSConstantMINUS=22
- See Also:
- Constant Field Values
-
DOT
public static final int DOTConstantDOT=23
- See Also:
- Constant Field Values
-
COLON
public static final int COLONConstantCOLON=24
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASHConstantSLASH=25
- See Also:
- Constant Field Values
-
ID
public static final int IDConstantID=26
- See Also:
- Constant Field Values
-
JUNK
public static final int JUNKConstantJUNK=27
- See Also:
- Constant Field Values
-
JAN
public static final int JANConstantJAN=28
- See Also:
- Constant Field Values
-
FEB
public static final int FEBConstantFEB=29
- See Also:
- Constant Field Values
-
MAR
public static final int MARConstantMAR=30
- See Also:
- Constant Field Values
-
APR
public static final int APRConstantAPR=31
- See Also:
- Constant Field Values
-
MAY
public static final int MAYConstantMAY=32
- See Also:
- Constant Field Values
-
JUN
public static final int JUNConstantJUN=33
- See Also:
- Constant Field Values
-
JUL
public static final int JULConstantJUL=34
- See Also:
- Constant Field Values
-
AUG
public static final int AUGConstantAUG=35
- See Also:
- Constant Field Values
-
SEP
public static final int SEPConstantSEP=36
- See Also:
- Constant Field Values
-
OCT
public static final int OCTConstantOCT=37
- See Also:
- Constant Field Values
-
NOV
public static final int NOVConstantNOV=38
- See Also:
- Constant Field Values
-
DEC
public static final int DECConstantDEC=39
- See Also:
- Constant Field Values
-
SUN
public static final int SUNConstantSUN=40
- See Also:
- Constant Field Values
-
MON
public static final int MONConstantMON=41
- See Also:
- Constant Field Values
-
TUE
public static final int TUEConstantTUE=42
- See Also:
- Constant Field Values
-
WED
public static final int WEDConstantWED=43
- See Also:
- Constant Field Values
-
THU
public static final int THUConstantTHU=44
- See Also:
- Constant Field Values
-
FRI
public static final int FRIConstantFRI=45
- See Also:
- Constant Field Values
-
SAT
public static final int SATConstantSAT=46
- See Also:
- Constant Field Values
-
EOF
public static final int EOFConstantEOF=-1
- See Also:
- Constant Field Values
-
value
-
token_id
final int token_id
-
-
Constructor Details
-
Method Details