Uses of Class
com.davisor.data.CalendarField

Packages that use CalendarField
com.davisor.data This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases.  
 

Uses of CalendarField in com.davisor.data
 

Fields in com.davisor.data declared as CalendarField
protected  CalendarField CalendarFieldData.M_field
          Calendar field.
 

Methods in com.davisor.data that return CalendarField
 CalendarField CalendarField.abs()
          Returns absolute data value of current value.
 CalendarField CalendarField.negate()
          Returns the negation of current value.
 CalendarField CalendarField.normalize()
          Creates a new calendar field value that will cover the current time period in less than 10 steps.
 CalendarField CalendarFieldData.getField()
          Gets the calendar field.
 

Methods in com.davisor.data with parameters of type CalendarField
 void CalendarFieldData.setField(CalendarField field)
          Sets the calendar field.
static boolean CalendarFields.ceil(java.util.Calendar calendar, CalendarField precision)
          Modifies given calendar by rounding one of it's fields upwards to given precision.
static boolean CalendarFields.floor(java.util.Calendar calendar, CalendarField precision)
          Modifies given calendar by rounding one of it's fields downwards to given precision.
static java.util.Calendar DateFormatType.createCalendar(CalendarField field)
          Creates a new calendar for the current locale and GMT time zone, set to zero date (January 1, 1970, 00:00:00 GMT) plus given field value.
static java.util.Calendar DateFormatType.createCalendar(CalendarField field1, CalendarField field2)
          Creates a new calendar for the current locale and GMT time zone, set to zero date (January 1, 1970, 00:00:00 GMT) plus given field values.
 

Constructors in com.davisor.data with parameters of type CalendarField
CalendarData(CalendarField field)
          Creates a calendar data value from the default type and given calendar field value.
CalendarData(CalendarField field1, CalendarField field2)
          Creates a calendar data value from the default type and given calendar field values.
CalendarData(DateFormatType type, CalendarField field)
          Creates a calendar data value from a given type and calendar field value.
CalendarData(DateFormatType type, CalendarField field1, CalendarField field2)
          Creates a calendar data value from a given type and calendar field value.
CalendarField(CalendarField cf)
          Copy constructor.
CalendarFieldData(DateFormatType type, CalendarField field)
          Creates a calendar field data value from a given type and a calendar field value.
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.