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) int
endYear
The end year.(package private) Period
savingsAmount
The amount of savings.(package private) int
startYear
The start year.(package private) java.lang.String
text
The 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) void
addToBuilder(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)
-
-