Uses of Class
com.pervasive.datarush.tokens.scalar.TimeToken
-
Packages that use TimeToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of TimeToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as TimeToken Modifier and Type Field Description static TimeToken
TimeToken. NULL
A null valuedTimeToken
static TimeToken
TimeToken. ZERO
A zero valuedTimeToken
Methods in com.pervasive.datarush.tokens.scalar that return TimeToken Modifier and Type Method Description static TimeToken
TimeToken. parse(String value)
Converts a string representation of a time value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimeToken Modifier and Type Method Description int
TimeToken. compareTo(TimeToken that)
-