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
void
configureCalendar
(
Calendar
calendar)
Configures the given Calendar instance by applying all defined fields to it.
public
String
getDayOfMonthField
()
Returns the name of the field that contains the day of the month.
public
String
getDayOfWeekField
()
Returns the name of the field that contains the day-of-the-week.
public
String
getDayOfWeekInMonthField
()
Returns the name of the field that contains the day of the week in the current month.
public
String
getDayOfYearField
()
Returns the name of the field that contains the day of the year.
public
String
getEpochTimeField
()
Returns the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.
public
String
getHourField
()
Returns the name of the field that contains the hour of the day (using the 24-hour system).
public
String
getMilliSecondField
()
Returns the name of the field that contains the milliseconds.
public
String
getMinuteField
()
Returns the name of the field that contains the minute.
public
String
getMonthField
()
Returns the name of the field that contains the month.
public
String
getSecondField
()
Returns the name of the field that contains the second.
public
String
getTimeField
()
Returns the name of the field that contains the time in milli-seconds since 01-Jan-1970.
public
String
getTimeZoneField
()
Returns the name of the field that contains the time-zone.
public
String
getWeekOfMonthField
()
Defines the name of the field that contains the week of the month.
public
String
getWeekOfYearField
()
Defines the name of the field that contains the week-of-the-year.
public
String
getYearField
()
Returns the name of the field that contains the year.
public
void
setDayOfMonthField
(
String
dayOfMonthField)
Defines the name of the field that contains the day of the month.
public
void
setDayOfWeekField
(
String
dayOfWeekField)
Defines the name of the field that contains the day of the week.
public
void
setDayOfWeekInMonthField
(
String
dayOfWeekInMonthField)
Defines the name of the field that contains the day of the week in the current month.
public
void
setDayOfYearField
(
String
dayOfYearField)
Defines the name of the field that contains the day of the year.
public
void
setEpochTimeField
(
String
epochTimeField)
Defines the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.
public
void
setHourField
(
String
hourField)
Defines the name of the field that contains the hour of the day.
public
void
setMilliSecondField
(
String
milliSecondField)
Defines the name of the field that contains the milliseconds.
public
void
setMinuteField
(
String
minuteField)
Defines the name of the field that contains the minute.
public
void
setMonthField
(
String
monthField)
Defines the name of the field that contains the month.
public
void
setSecondField
(
String
secondField)
Defines the name of the field that contains the second.
public
void
setTimeField
(
String
timeField)
Defines the name of the field that contains the time in milli-seconds since 01-Jan-1970.
public
void
setTimeZoneField
(
String
timeZoneField)
Defines the name of the field that contains the time-zone.
public
void
setWeekOfMonthField
(
String
weekOfMonthField)
Returns the name of the field that contains the week of the month.
public
void
setWeekOfYearField
(
String
weekOfYearField)
Defines the name of the field that contains the week of the year.
public
void
setYearField
(
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.