Package org.threeten.bp.zone
Class TzdbZoneRulesCompiler.TZDBRule
- java.lang.Object
-
- org.threeten.bp.zone.TzdbZoneRulesCompiler.TZDBMonthDayTime
-
- org.threeten.bp.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) intsavingsAmountThe amount of savings.(package private) intstartYearThe start year.(package private) java.lang.StringtextThe text name of the zone.-
Fields inherited from class org.threeten.bp.zone.TzdbZoneRulesCompiler.TZDBMonthDayTime
adjustDays, adjustForwards, dayOfMonth, dayOfWeek, 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 org.threeten.bp.zone.TzdbZoneRulesCompiler.TZDBMonthDayTime
adjustToFowards
-
-
-
-
Method Detail
-
addToBuilder
void addToBuilder(ZoneRulesBuilder bld)
-
-