Uses of Class
com.jrefinery.data.Year

Packages that use Year
com.jrefinery.data Data interfaces and classes. 
 

Uses of Year in com.jrefinery.data
 

Methods in com.jrefinery.data that return Year
static Year Year.parseYear(java.lang.String s)
          Parses the string argument as a year.
 Year Month.getYear()
          Returns the year in which the month falls.
 Year Week.getYear()
          Returns the year in which the week falls.
 Year Quarter.getYear()
          Returns the year.
 

Constructors in com.jrefinery.data with parameters of type Year
Month(int month, Year year)
          Constructs a new month instance.
Week(int week, Year year)
          Constructs a time period representing the week in the specified year.
Quarter(int quarter, Year year)
          Constructs a new quarter.