Package javax.time.calendar.zone
Class TZDBZoneRulesCompiler.TZDBZone
- java.lang.Object
-
- javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
-
- javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
-
- Enclosing class:
- TZDBZoneRulesCompiler
final class TZDBZoneRulesCompiler.TZDBZone extends TZDBZoneRulesCompiler.TZDBMonthDayTime
Class representing a linked set of zone lines in the TZDB file.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PeriodfixedSavingsThe fixed savings amount.(package private) java.lang.StringsavingsRuleThe savings rule.(package private) ZoneOffsetstandardOffsetThe standard offset.(package private) java.lang.StringtextThe text name of the zone.(package private) YearyearThe year of the cutover.-
Fields inherited from class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustForwards, dayOfMonth, dayOfWeek, endOfDay, month, time, timeDefinition
-
-
Constructor Summary
Constructors Constructor Description TZDBZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ZoneRulesBuilderaddToBuilder(ZoneRulesBuilder bld, java.util.Map<java.lang.String,java.util.List<TZDBZoneRulesCompiler.TZDBRule>> rules)private LocalDateTimetoDateTime(int year)-
Methods inherited from class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustToFowards
-
-
-
-
Field Detail
-
standardOffset
ZoneOffset standardOffset
The standard offset.
-
fixedSavings
Period fixedSavings
The fixed savings amount.
-
savingsRule
java.lang.String savingsRule
The savings rule.
-
text
java.lang.String text
The text name of the zone.
-
year
Year year
The year of the cutover.
-
-
Method Detail
-
addToBuilder
ZoneRulesBuilder addToBuilder(ZoneRulesBuilder bld, java.util.Map<java.lang.String,java.util.List<TZDBZoneRulesCompiler.TZDBRule>> rules)
-
toDateTime
private LocalDateTime toDateTime(int year)
-
-