Package javax.time.calendar.zone
Class TZDBZoneRulesCompiler.TZDBRule
- java.lang.Object
-
- javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
-
- javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
-
- Enclosing class:
- TZDBZoneRulesCompiler
final class TZDBZoneRulesCompiler.TZDBRule extends TZDBZoneRulesCompiler.TZDBMonthDayTime
Class representing a rule line in the TZDB file.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intendYearThe end year.(package private) PeriodsavingsAmountThe amount of savings.(package private) intstartYearThe start year.(package private) java.lang.StringtextThe text name of the zone.-
Fields inherited from class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustForwards, dayOfMonth, dayOfWeek, endOfDay, month, time, timeDefinition
-
-
Constructor Summary
Constructors Constructor Description TZDBRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidaddToBuilder(ZoneRulesBuilder bld)-
Methods inherited from class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustToFowards
-
-
-
-
Field Detail
-
startYear
int startYear
The start year.
-
endYear
int endYear
The end year.
-
savingsAmount
Period savingsAmount
The amount of savings.
-
text
java.lang.String text
The text name of the zone.
-
-
Method Detail
-
addToBuilder
void addToBuilder(ZoneRulesBuilder bld)
-
-