Java Doc for VariableDateExpression.java in  » Report » pentaho-report » org » jfree » report » function » date » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » pentaho report » org.jfree.report.function.date 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.report.function.date.DateExpression
   org.jfree.report.function.date.VariableDateExpression

VariableDateExpression
public class VariableDateExpression extends DateExpression (Code)
Constructs a new date by specifying the fields for the calendar either as static parameters or as parameters read from a field.
author:
   Thomas Morgner



Constructor Summary
public  VariableDateExpression()
     Default Constructor.

Method Summary
protected  voidconfigureCalendar(Calendar calendar)
     Configures the given Calendar instance by applying all defined fields to it.
public  StringgetDayOfMonthField()
     Returns the name of the field that contains the day of the month.
public  StringgetDayOfWeekField()
     Returns the name of the field that contains the day-of-the-week.
public  StringgetDayOfWeekInMonthField()
     Returns the name of the field that contains the day of the week in the current month.
public  StringgetDayOfYearField()
     Returns the name of the field that contains the day of the year.
public  StringgetEpochTimeField()
     Returns the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.
public  StringgetHourField()
     Returns the name of the field that contains the hour of the day (using the 24-hour system).
public  StringgetMilliSecondField()
     Returns the name of the field that contains the milliseconds.
public  StringgetMinuteField()
     Returns the name of the field that contains the minute.
public  StringgetMonthField()
     Returns the name of the field that contains the month.
public  StringgetSecondField()
     Returns the name of the field that contains the second.
public  StringgetTimeField()
     Returns the name of the field that contains the time in milli-seconds since 01-Jan-1970.
public  StringgetTimeZoneField()
     Returns the name of the field that contains the time-zone.
public  StringgetWeekOfMonthField()
     Defines the name of the field that contains the week of the month.
public  StringgetWeekOfYearField()
     Defines the name of the field that contains the week-of-the-year.
public  StringgetYearField()
     Returns the name of the field that contains the year.
public  voidsetDayOfMonthField(String dayOfMonthField)
     Defines the name of the field that contains the day of the month.
public  voidsetDayOfWeekField(String dayOfWeekField)
     Defines the name of the field that contains the day of the week.
public  voidsetDayOfWeekInMonthField(String dayOfWeekInMonthField)
     Defines the name of the field that contains the day of the week in the current month.
public  voidsetDayOfYearField(String dayOfYearField)
     Defines the name of the field that contains the day of the year.
public  voidsetEpochTimeField(String epochTimeField)
     Defines the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.
public  voidsetHourField(String hourField)
     Defines the name of the field that contains the hour of the day.
public  voidsetMilliSecondField(String milliSecondField)
     Defines the name of the field that contains the milliseconds.
public  voidsetMinuteField(String minuteField)
     Defines the name of the field that contains the minute.
public  voidsetMonthField(String monthField)
     Defines the name of the field that contains the month.
public  voidsetSecondField(String secondField)
     Defines the name of the field that contains the second.
public  voidsetTimeField(String timeField)
     Defines the name of the field that contains the time in milli-seconds since 01-Jan-1970.
public  voidsetTimeZoneField(String timeZoneField)
     Defines the name of the field that contains the time-zone.
public  voidsetWeekOfMonthField(String weekOfMonthField)
     Returns the name of the field that contains the week of the month.
public  voidsetWeekOfYearField(String weekOfYearField)
     Defines the name of the field that contains the week of the year.
public  voidsetYearField(String yearField)
     Defines the name of the field that contains the year.


Constructor Detail
VariableDateExpression
public VariableDateExpression()(Code)
Default Constructor.




Method Detail
configureCalendar
protected void configureCalendar(Calendar calendar)(Code)
Configures the given Calendar instance by applying all defined fields to it.
Parameters:
  calendar - the week of the year property.



getDayOfMonthField
public String getDayOfMonthField()(Code)
Returns the name of the field that contains the day of the month. a fieldname.



getDayOfWeekField
public String getDayOfWeekField()(Code)
Returns the name of the field that contains the day-of-the-week. a fieldname.



getDayOfWeekInMonthField
public String getDayOfWeekInMonthField()(Code)
Returns the name of the field that contains the day of the week in the current month. a fieldname.



getDayOfYearField
public String getDayOfYearField()(Code)
Returns the name of the field that contains the day of the year. a fieldname.



getEpochTimeField
public String getEpochTimeField()(Code)
Returns the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970. a fieldname.



getHourField
public String getHourField()(Code)
Returns the name of the field that contains the hour of the day (using the 24-hour system). a fieldname.



getMilliSecondField
public String getMilliSecondField()(Code)
Returns the name of the field that contains the milliseconds. a fieldname.



getMinuteField
public String getMinuteField()(Code)
Returns the name of the field that contains the minute. a fieldname.



getMonthField
public String getMonthField()(Code)
Returns the name of the field that contains the month. a fieldname.



getSecondField
public String getSecondField()(Code)
Returns the name of the field that contains the second. a fieldname.



getTimeField
public String getTimeField()(Code)
Returns the name of the field that contains the time in milli-seconds since 01-Jan-1970. a fieldname.



getTimeZoneField
public String getTimeZoneField()(Code)
Returns the name of the field that contains the time-zone. a fieldname.



getWeekOfMonthField
public String getWeekOfMonthField()(Code)
Defines the name of the field that contains the week of the month. a fieldname.



getWeekOfYearField
public String getWeekOfYearField()(Code)
Defines the name of the field that contains the week-of-the-year. a fieldname.



getYearField
public String getYearField()(Code)
Returns the name of the field that contains the year. a fieldname.



setDayOfMonthField
public void setDayOfMonthField(String dayOfMonthField)(Code)
Defines the name of the field that contains the day of the month.
Parameters:
  dayOfMonthField - a fieldname.



setDayOfWeekField
public void setDayOfWeekField(String dayOfWeekField)(Code)
Defines the name of the field that contains the day of the week.
Parameters:
  dayOfWeekField - a fieldname.



setDayOfWeekInMonthField
public void setDayOfWeekInMonthField(String dayOfWeekInMonthField)(Code)
Defines the name of the field that contains the day of the week in the current month.
Parameters:
  dayOfWeekInMonthField - a fieldname.



setDayOfYearField
public void setDayOfYearField(String dayOfYearField)(Code)
Defines the name of the field that contains the day of the year.
Parameters:
  dayOfYearField - a fieldname.



setEpochTimeField
public void setEpochTimeField(String epochTimeField)(Code)
Defines the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.
Parameters:
  epochTimeField - a fieldname.



setHourField
public void setHourField(String hourField)(Code)
Defines the name of the field that contains the hour of the day.
Parameters:
  hourField - a fieldname.



setMilliSecondField
public void setMilliSecondField(String milliSecondField)(Code)
Defines the name of the field that contains the milliseconds.
Parameters:
  milliSecondField - a fieldname.



setMinuteField
public void setMinuteField(String minuteField)(Code)
Defines the name of the field that contains the minute.
Parameters:
  minuteField - a fieldname.



setMonthField
public void setMonthField(String monthField)(Code)
Defines the name of the field that contains the month.
Parameters:
  monthField - a fieldname.



setSecondField
public void setSecondField(String secondField)(Code)
Defines the name of the field that contains the second.
Parameters:
  secondField - a fieldname.



setTimeField
public void setTimeField(String timeField)(Code)
Defines the name of the field that contains the time in milli-seconds since 01-Jan-1970.
Parameters:
  timeField - a fieldname.



setTimeZoneField
public void setTimeZoneField(String timeZoneField)(Code)
Defines the name of the field that contains the time-zone.
Parameters:
  timeZoneField - a fieldname.



setWeekOfMonthField
public void setWeekOfMonthField(String weekOfMonthField)(Code)
Returns the name of the field that contains the week of the month.
Parameters:
  weekOfMonthField - a fieldname.



setWeekOfYearField
public void setWeekOfYearField(String weekOfYearField)(Code)
Defines the name of the field that contains the week of the year.
Parameters:
  weekOfYearField - a fieldname.



setYearField
public void setYearField(String yearField)(Code)
Defines the name of the field that contains the year.
Parameters:
  yearField - a fieldname.



Methods inherited from org.jfree.report.function.date.DateExpression
protected void configureCalendar(Calendar calendar)(Code)(Java Doc)
protected Calendar getCalendar()(Code)(Java Doc)
public Integer getDay()(Code)(Java Doc)
public Integer getDayOfMonth()(Code)(Java Doc)
public Integer getDayOfWeek()(Code)(Java Doc)
public Integer getDayOfWeekInMonth()(Code)(Java Doc)
public Integer getDayOfYear()(Code)(Java Doc)
public Long getEpochTime()(Code)(Java Doc)
public Integer getHour()(Code)(Java Doc)
public Integer getMilliSecond()(Code)(Java Doc)
public Integer getMinute()(Code)(Java Doc)
public Integer getMonth()(Code)(Java Doc)
public Integer getSecond()(Code)(Java Doc)
public Long getTime()(Code)(Java Doc)
public TimeZone getTimeZone()(Code)(Java Doc)
public Object getValue()(Code)(Java Doc)
public Integer getWeekOfMonth()(Code)(Java Doc)
public Integer getWeekOfYear()(Code)(Java Doc)
public Integer getYear()(Code)(Java Doc)
public void setDay(Integer day)(Code)(Java Doc)
public void setDayOfMonth(Integer dayOfMonth)(Code)(Java Doc)
public void setDayOfWeek(Integer dayOfWeek)(Code)(Java Doc)
public void setDayOfWeekInMonth(Integer dayOfWeekInMonth)(Code)(Java Doc)
public void setDayOfYear(Integer dayOfYear)(Code)(Java Doc)
public void setEpochTime(Long epochTime)(Code)(Java Doc)
public void setHour(Integer hour)(Code)(Java Doc)
public void setMilliSecond(Integer milliSecond)(Code)(Java Doc)
public void setMinute(Integer minute)(Code)(Java Doc)
public void setMonth(Integer month)(Code)(Java Doc)
public void setSecond(Integer second)(Code)(Java Doc)
public void setTime(Long time)(Code)(Java Doc)
public void setTimeZone(TimeZone timeZone)(Code)(Java Doc)
public void setWeekOfMonth(Integer weekOfMonth)(Code)(Java Doc)
public void setWeekOfYear(Integer weekOfYear)(Code)(Java Doc)
public void setYear(Integer year)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.