Uses of Class
com.pervasive.datarush.tokens.scalar.CalendarDate
-
Packages that use CalendarDate 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 CalendarDate in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return CalendarDate Modifier and Type Method Description CalendarDate
DateTokenList. getCalendarDate(int index)
CalendarDate
DateTokenSequence. getCalendarDate(int index)
Gets the value of the specified token as a calendar date.CalendarDate
SparseDateTokenList. getCalendarDate(int index)
Methods in com.pervasive.datarush.sequences.scalar with parameters of type CalendarDate Modifier and Type Method Description void
DateTokenList. append(CalendarDate value)
void
DateTokenList. append(CalendarDate value, int count)
void
MutableDateTokenSequence. append(CalendarDate value)
Appends the specified calendar date to this sequence.void
MutableDateTokenSequence. append(CalendarDate value, int count)
Appends the specified calendar date to this sequence.void
SparseDateTokenList. append(CalendarDate value)
void
SparseDateTokenList. append(CalendarDate value, int count)
void
DateTokenList. fillCalendarDate(int start, int length, CalendarDate value)
Sets the tokens in the specified subsequence to the specified calendar date.void
DateTokenList. setCalendarDate(int index, CalendarDate value)
Sets the token at the specified position to the specified calendar date. -
Uses of CalendarDate in com.pervasive.datarush.tokens.scalar
Methods in com.pervasive.datarush.tokens.scalar that return CalendarDate Modifier and Type Method Description CalendarDate
DateTokenConverter. asCalendarDate()
Deprecated.CalendarDate
DateValued. asCalendarDate()
Gets the contained date value.CalendarDate
NullToken. asCalendarDate()
Methods in com.pervasive.datarush.tokens.scalar with parameters of type CalendarDate Modifier and Type Method Description void
DateRegister. set(CalendarDate date)
void
DateSettable. set(CalendarDate date)
Sets the container to the specified calendar date.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type CalendarDate Constructor Description DateToken(CalendarDate date)
Constructs a new token with the non-null calendar date.
-