Uses of Class
com.pervasive.datarush.tokens.scalar.TimeOfDay
-
Packages that use TimeOfDay Package Description com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of TimeOfDay in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return TimeOfDay Modifier and Type Method Description TimeOfDay
SparseTimeTokenList. getTimeOfDay(int index)
TimeOfDay
TimeTokenList. getTimeOfDay(int index)
TimeOfDay
TimeTokenSequence. getTimeOfDay(int index)
Gets the value of the specified token as a time of day.Methods in com.pervasive.datarush.sequences.scalar with parameters of type TimeOfDay Modifier and Type Method Description void
MutableTimeTokenSequence. append(TimeOfDay value)
Appends the specified time of day to this sequence.void
MutableTimeTokenSequence. append(TimeOfDay value, int count)
Appends the specified time of day to this sequence.void
SparseTimeTokenList. append(TimeOfDay time)
void
SparseTimeTokenList. append(TimeOfDay time, int count)
void
TimeTokenList. append(TimeOfDay time)
void
TimeTokenList. append(TimeOfDay time, int count)
void
TimeTokenList. fillTimeOfDay(int start, int length, TimeOfDay value)
Sets the tokens in the specified subsequence to the specified calendar date.void
TimeTokenList. setTimeOfDay(int index, TimeOfDay value)
Sets the token at the specified position to the specified time of day. -
Uses of TimeOfDay in com.pervasive.datarush.tokens.scalar
Methods in com.pervasive.datarush.tokens.scalar that return TimeOfDay Modifier and Type Method Description TimeOfDay
NullToken. asTimeOfDay()
TimeOfDay
TimeValued. asTimeOfDay()
Gets the contained time value.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimeOfDay Modifier and Type Method Description void
TimeRegister. set(TimeOfDay time)
void
TimeSettable. set(TimeOfDay time)
Sets the container to the specified time of day.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type TimeOfDay Constructor Description TimeToken(TimeOfDay time)
Constructs a new token with the non-null time of day.
-