Uses of Class
org.tridas.io.util.SafeIntYear

Packages that use SafeIntYear
org.tridas.io.defaults.values   
org.tridas.io.util   
 

Uses of SafeIntYear in org.tridas.io.defaults.values
 

Methods in org.tridas.io.defaults.values that return SafeIntYear
 SafeIntYear SafeIntYearDefaultValue.getValue()
           
 

Methods in org.tridas.io.defaults.values with parameters of type SafeIntYear
protected  boolean SafeIntYearDefaultValue.validateAndSetValue(SafeIntYear argValue)
           
 

Constructors in org.tridas.io.defaults.values with parameters of type SafeIntYear
SafeIntYearDefaultValue(SafeIntYear argValue)
           
SafeIntYearDefaultValue(SafeIntYear argValue, int argMinLength, int argMaxLength)
           
 

Uses of SafeIntYear in org.tridas.io.util
 

Fields in org.tridas.io.util declared as SafeIntYear
static SafeIntYear SafeIntYear.DEFAULT
          The default year: 1.
 

Methods in org.tridas.io.util that return SafeIntYear
 SafeIntYear SafeIntYear.add(int dy)
          Adds (or subtracts, for negative values) some number of years, and generates a new Year object.
 SafeIntYear SafeIntYear.cropToCentury()
           
 SafeIntYear YearRange.getEnd()
          Get the ending year of this range.
 SafeIntYear YearRange.getStart()
          Get the starting year of this range.
static SafeIntYear SafeIntYear.max(SafeIntYear y1, SafeIntYear y2)
          The maximum (later) of two years.
static SafeIntYear SafeIntYear.min(SafeIntYear y1, SafeIntYear y2)
          The minimum (earlier) of two years.
 SafeIntYear SafeIntYear.nextCentury()
           
 SafeIntYear AstronomicalYear.toSafeIntYear()
           
 

Methods in org.tridas.io.util with parameters of type SafeIntYear
 boolean YearRange.contains(SafeIntYear y)
          Return true if (and only if) the given year is inside the range, inclusive.
 int SafeIntYear.diff(SafeIntYear y2)
          Calculate the number of years difference between two years.
 boolean YearRange.endOfRow(SafeIntYear y)
          Return true, iff this year is the end of a row.
static SafeIntYear SafeIntYear.max(SafeIntYear y1, SafeIntYear y2)
          The maximum (later) of two years.
static SafeIntYear SafeIntYear.min(SafeIntYear y1, SafeIntYear y2)
          The minimum (earlier) of two years.
 YearRange YearRange.redateEndTo(SafeIntYear y)
          Set the ending year of the range, and adjust the start year to maintain the same length.
 YearRange YearRange.redateStartTo(SafeIntYear y)
          Set the starting year of the range, and adjust the ending year to maintain the same length.
 boolean YearRange.startOfRow(SafeIntYear y)
          Return true, iff this year is the start of a row.
 

Constructors in org.tridas.io.util with parameters of type SafeIntYear
AstronomicalYear(SafeIntYear x)
          Construct a AstronomicalYear from a SafeIntYear.
YearRange(SafeIntYear y, int span)
          Construct a range, given a starting year and span.
YearRange(SafeIntYear y1, SafeIntYear y2)
          Construct a new range, from y1 to y2.
 



Copyright © 2011. All Rights Reserved.