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) Period
fixedSavings
The fixed savings amount.(package private) java.lang.String
savingsRule
The savings rule.(package private) ZoneOffset
standardOffset
The standard offset.(package private) java.lang.String
text
The text name of the zone.(package private) Year
year
The 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) ZoneRulesBuilder
addToBuilder(ZoneRulesBuilder bld, java.util.Map<java.lang.String,java.util.List<TZDBZoneRulesCompiler.TZDBRule>> rules)
private LocalDateTime
toDateTime(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)
-
-