Uses of Class
com.pervasive.datarush.tokens.scalar.CalendarDate
Packages that use CalendarDate
Package
Description
Provides implementations of sequences of scalar token values.
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 CalendarDateModifier and TypeMethodDescriptionDateTokenList.getCalendarDate(int index) DateTokenSequence.getCalendarDate(int index) Gets the value of the specified token as a calendar date.SparseDateTokenList.getCalendarDate(int index) Methods in com.pervasive.datarush.sequences.scalar with parameters of type CalendarDateModifier and TypeMethodDescriptionvoidDateTokenList.append(CalendarDate value) voidDateTokenList.append(CalendarDate value, int count) voidMutableDateTokenSequence.append(CalendarDate value) Appends the specified calendar date to this sequence.voidMutableDateTokenSequence.append(CalendarDate value, int count) Appends the specified calendar date to this sequence.voidSparseDateTokenList.append(CalendarDate value) voidSparseDateTokenList.append(CalendarDate value, int count) voidDateTokenList.fillCalendarDate(int start, int length, CalendarDate value) Sets the tokens in the specified subsequence to the specified calendar date.voidDateTokenList.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 CalendarDateModifier and TypeMethodDescriptionDateTokenConverter.asCalendarDate()Deprecated.DateValued.asCalendarDate()Gets the contained date value.NullToken.asCalendarDate()Methods in com.pervasive.datarush.tokens.scalar with parameters of type CalendarDateModifier and TypeMethodDescriptionvoidDateRegister.set(CalendarDate date) voidDateSettable.set(CalendarDate date) Sets the container to the specified calendar date.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type CalendarDateModifierConstructorDescriptionDateToken(CalendarDate date) Constructs a new token with the non-null calendar date.