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 CalendarDateDateTokenList. getCalendarDate(int index)CalendarDateDateTokenSequence. getCalendarDate(int index)Gets the value of the specified token as a calendar date.CalendarDateSparseDateTokenList. getCalendarDate(int index)Methods in com.pervasive.datarush.sequences.scalar with parameters of type CalendarDate Modifier and Type Method Description voidDateTokenList. 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 CalendarDate Modifier and Type Method Description CalendarDateDateTokenConverter. asCalendarDate()Deprecated.CalendarDateDateValued. asCalendarDate()Gets the contained date value.CalendarDateNullToken. asCalendarDate()Methods in com.pervasive.datarush.tokens.scalar with parameters of type CalendarDate Modifier and Type Method Description voidDateRegister. 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 CalendarDate Constructor Description DateToken(CalendarDate date)Constructs a new token with the non-null calendar date.
-