Class TimeZone.JavaMissingTimeZone
- java.lang.Object
-
- java.util.TimeZone
-
- java.util.SimpleTimeZone
-
- com.sun.msv.datatype.xsd.datetime.TimeZone.JavaMissingTimeZone
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- TimeZone
private static class TimeZone.JavaMissingTimeZone extends java.util.SimpleTimeZone implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JavaMissingTimeZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
readResolve()
-
Methods inherited from class java.util.SimpleTimeZone
clone, equals, getDSTSavings, getOffset, getOffset, getRawOffset, hashCode, hasSameRules, inDaylightTime, observesDaylightTime, setDSTSavings, setEndRule, setEndRule, setEndRule, setRawOffset, setStartRule, setStartRule, setStartRule, setStartYear, toString, useDaylightTime
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-