<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Serialized Form (Joda-Time 2.3 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Serialized Form (Joda-Time 2.3 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.joda.time</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.joda.time.DateMidnight"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateMidnight.html" title="class in org.joda.time">org.joda.time.DateMidnight</A> extends <A HREF="org/joda/time/base/BaseDateTime.html" title="class in org.joda.time.base">BaseDateTime</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>156371964018738L
<P>
<P>
<A NAME="org.joda.time.DateMidnight.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateMidnight.Property.html" title="class in org.joda.time">org.joda.time.DateMidnight.Property</A> extends <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">AbstractReadableInstantFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>257629620L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Reads the property from a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Writes the property in a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iInstant</H3>
<PRE>
<A HREF="org/joda/time/DateMidnight.html" title="class in org.joda.time">DateMidnight</A> <B>iInstant</B></PRE>
<DL>
<DD>The instant this property is working against
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iField</H3>
<PRE>
<A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> <B>iField</B></PRE>
<DL>
<DD>The field this property is working against
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.DateTime"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateTime.html" title="class in org.joda.time">org.joda.time.DateTime</A> extends <A HREF="org/joda/time/base/BaseDateTime.html" title="class in org.joda.time.base">BaseDateTime</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-5171125899451703815L
<P>
<P>
<A NAME="org.joda.time.DateTime.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateTime.Property.html" title="class in org.joda.time">org.joda.time.DateTime.Property</A> extends <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">AbstractReadableInstantFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-6983323811635733510L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Reads the property from a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Writes the property in a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iInstant</H3>
<PRE>
<A HREF="org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>iInstant</B></PRE>
<DL>
<DD>The instant this property is working against
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iField</H3>
<PRE>
<A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> <B>iField</B></PRE>
<DL>
<DD>The field this property is working against
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.DateTimeComparator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateTimeComparator.html" title="class in org.joda.time">org.joda.time.DateTimeComparator</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-6097339773320178364L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Support serialization singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iLowerLimit</H3>
<PRE>
<A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A> <B>iLowerLimit</B></PRE>
<DL>
<DD>The lower limit of fields to compare, null if no limit
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iUpperLimit</H3>
<PRE>
<A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A> <B>iUpperLimit</B></PRE>
<DL>
<DD>The upper limit of fields to compare, null if no limit
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.DateTimeFieldType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">org.joda.time.DateTimeFieldType</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-42615285973990L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iName</B></PRE>
<DL>
<DD>The name of the field.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.DateTimeZone"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DateTimeZone.html" title="class in org.joda.time">org.joda.time.DateTimeZone</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>5546345482340108586L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="writeReplace()"><!-- --></A><H3>
writeReplace</H3>
<PRE>
protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>writeReplace</B>()
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectStreamException.html" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD>By default, when DateTimeZones are serialized, only a "stub" object
referring to the id is written out. When the stub is read in, it
replaces itself with a DateTimeZone object.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectStreamException.html" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iID</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iID</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Days"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Days.html" title="class in org.joda.time">org.joda.time.Days</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380865L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Duration"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Duration.html" title="class in org.joda.time">org.joda.time.Duration</A> extends <A HREF="org/joda/time/base/BaseDuration.html" title="class in org.joda.time.base">BaseDuration</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2471658376918L
<P>
<P>
<A NAME="org.joda.time.DurationFieldType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/DurationFieldType.html" title="class in org.joda.time">org.joda.time.DurationFieldType</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>8765135187319L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iName</B></PRE>
<DL>
<DD>The name of the field type.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Hours"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Hours.html" title="class in org.joda.time">org.joda.time.Hours</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380864L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.IllegalFieldValueException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/IllegalFieldValueException.html" title="class in org.joda.time">org.joda.time.IllegalFieldValueException</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>6305711765985447737L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iDateTimeFieldType</H3>
<PRE>
<A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A> <B>iDateTimeFieldType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iDurationFieldType</H3>
<PRE>
<A HREF="org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A> <B>iDurationFieldType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iFieldName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iFieldName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iNumberValue</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Number.html" title="class or interface in java.lang">Number</A> <B>iNumberValue</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iStringValue</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iStringValue</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iLowerBound</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Number.html" title="class or interface in java.lang">Number</A> <B>iLowerBound</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iUpperBound</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Number.html" title="class or interface in java.lang">Number</A> <B>iUpperBound</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iMessage</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iMessage</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.IllegalInstantException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/IllegalInstantException.html" title="class in org.joda.time">org.joda.time.IllegalInstantException</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalArgumentException.html" title="class or interface in java.lang">IllegalArgumentException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2858712538216L
<P>
<P>
<A NAME="org.joda.time.Instant"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Instant.html" title="class in org.joda.time">org.joda.time.Instant</A> extends <A HREF="org/joda/time/base/AbstractInstant.html" title="class in org.joda.time.base">AbstractInstant</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>3299096530934209741L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iMillis</H3>
<PRE>
long <B>iMillis</B></PRE>
<DL>
<DD>The millis from 1970-01-01T00:00:00Z
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Interval"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Interval.html" title="class in org.joda.time">org.joda.time.Interval</A> extends <A HREF="org/joda/time/base/BaseInterval.html" title="class in org.joda.time.base">BaseInterval</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>4922451897541386752L
<P>
<P>
<A NAME="org.joda.time.JodaTimePermission"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/JodaTimePermission.html" title="class in org.joda.time">org.joda.time.JodaTimePermission</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/security/BasicPermission.html" title="class or interface in java.security">BasicPermission</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>1408944367355875472L
<P>
<P>
<A NAME="org.joda.time.LocalDate"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/LocalDate.html" title="class in org.joda.time">org.joda.time.LocalDate</A> extends <A HREF="org/joda/time/base/BaseLocal.html" title="class in org.joda.time.base">BaseLocal</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-8775358157899L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Handle broken serialization from other tools.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iLocalMillis</H3>
<PRE>
long <B>iLocalMillis</B></PRE>
<DL>
<DD>The local millis from 1970-01-01T00:00:00
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology to use in UTC.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.LocalDate.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/LocalDate.Property.html" title="class in org.joda.time">org.joda.time.LocalDate.Property</A> extends <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">AbstractReadableInstantFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-3193829732634L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Reads the property from a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Writes the property in a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.LocalDateTime"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/LocalDateTime.html" title="class in org.joda.time">org.joda.time.LocalDateTime</A> extends <A HREF="org/joda/time/base/BaseLocal.html" title="class in org.joda.time.base">BaseLocal</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-268716875315837168L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Handle broken serialization from other tools.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iLocalMillis</H3>
<PRE>
long <B>iLocalMillis</B></PRE>
<DL>
<DD>The local millis from 1970-01-01T00:00:00
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology to use in UTC
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.LocalDateTime.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/LocalDateTime.Property.html" title="class in org.joda.time">org.joda.time.LocalDateTime.Property</A> extends <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">AbstractReadableInstantFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-358138762846288L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Reads the property from a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Writes the property in a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.LocalTime"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/LocalTime.html" title="class in org.joda.time">org.joda.time.LocalTime</A> extends <A HREF="org/joda/time/base/BaseLocal.html" title="class in org.joda.time.base">BaseLocal</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-12873158713873L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Handle broken serialization from other tools.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iLocalMillis</H3>
<PRE>
long <B>iLocalMillis</B></PRE>
<DL>
<DD>The local millis from 1970-01-01T00:00:00
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology to use, in UTC
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.LocalTime.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/LocalTime.Property.html" title="class in org.joda.time">org.joda.time.LocalTime.Property</A> extends <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">AbstractReadableInstantFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-325842547277223L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Reads the property from a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Writes the property in a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Minutes"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Minutes.html" title="class in org.joda.time">org.joda.time.Minutes</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380863L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.MonthDay"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/MonthDay.html" title="class in org.joda.time">org.joda.time.MonthDay</A> extends <A HREF="org/joda/time/base/BasePartial.html" title="class in org.joda.time.base">BasePartial</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2954560699050434609L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Handle broken serialization from other tools.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.MonthDay.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/MonthDay.Property.html" title="class in org.joda.time">org.joda.time.MonthDay.Property</A> extends <A HREF="org/joda/time/field/AbstractPartialFieldProperty.html" title="class in org.joda.time.field">AbstractPartialFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>5727734012190224363L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iBase</H3>
<PRE>
<A HREF="org/joda/time/MonthDay.html" title="class in org.joda.time">MonthDay</A> <B>iBase</B></PRE>
<DL>
<DD>The partial
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iFieldIndex</H3>
<PRE>
int <B>iFieldIndex</B></PRE>
<DL>
<DD>The field index
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Months"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Months.html" title="class in org.joda.time">org.joda.time.Months</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380867L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.MutableDateTime"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/MutableDateTime.html" title="class in org.joda.time">org.joda.time.MutableDateTime</A> extends <A HREF="org/joda/time/base/BaseDateTime.html" title="class in org.joda.time.base">BaseDateTime</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2852608688135209575L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iRoundingField</H3>
<PRE>
<A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> <B>iRoundingField</B></PRE>
<DL>
<DD>The field to round on
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iRoundingMode</H3>
<PRE>
int <B>iRoundingMode</B></PRE>
<DL>
<DD>The mode of rounding
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.MutableDateTime.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/MutableDateTime.Property.html" title="class in org.joda.time">org.joda.time.MutableDateTime.Property</A> extends <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">AbstractReadableInstantFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-4481126543819298617L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Reads the property from a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectOutputStream.html" title="class or interface in java.io">ObjectOutputStream</A> oos)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Writes the property in a safe serialization format.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iInstant</H3>
<PRE>
<A HREF="org/joda/time/MutableDateTime.html" title="class in org.joda.time">MutableDateTime</A> <B>iInstant</B></PRE>
<DL>
<DD>The instant this property is working against
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iField</H3>
<PRE>
<A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> <B>iField</B></PRE>
<DL>
<DD>The field this property is working against
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.MutableInterval"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/MutableInterval.html" title="class in org.joda.time">org.joda.time.MutableInterval</A> extends <A HREF="org/joda/time/base/BaseInterval.html" title="class in org.joda.time.base">BaseInterval</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-5982824024992428470L
<P>
<P>
<A NAME="org.joda.time.MutablePeriod"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/MutablePeriod.html" title="class in org.joda.time">org.joda.time.MutablePeriod</A> extends <A HREF="org/joda/time/base/BasePeriod.html" title="class in org.joda.time.base">BasePeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>3436451121567212165L
<P>
<P>
<A NAME="org.joda.time.Partial"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Partial.html" title="class in org.joda.time">org.joda.time.Partial</A> extends <A HREF="org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>12324121189002L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology in use.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iTypes</H3>
<PRE>
<A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>[] <B>iTypes</B></PRE>
<DL>
<DD>The set of field types.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iValues</H3>
<PRE>
int[] <B>iValues</B></PRE>
<DL>
<DD>The values of each field in this partial.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Partial.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Partial.Property.html" title="class in org.joda.time">org.joda.time.Partial.Property</A> extends <A HREF="org/joda/time/field/AbstractPartialFieldProperty.html" title="class in org.joda.time.field">AbstractPartialFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>53278362873888L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iPartial</H3>
<PRE>
<A HREF="org/joda/time/Partial.html" title="class in org.joda.time">Partial</A> <B>iPartial</B></PRE>
<DL>
<DD>The partial
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iFieldIndex</H3>
<PRE>
int <B>iFieldIndex</B></PRE>
<DL>
<DD>The field index
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Period"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Period.html" title="class in org.joda.time">org.joda.time.Period</A> extends <A HREF="org/joda/time/base/BasePeriod.html" title="class in org.joda.time.base">BasePeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>741052353876488155L
<P>
<P>
<A NAME="org.joda.time.PeriodType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/PeriodType.html" title="class in org.joda.time">org.joda.time.PeriodType</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2274324892792009998L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iName</B></PRE>
<DL>
<DD>The name of the type
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iTypes</H3>
<PRE>
<A HREF="org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A>[] <B>iTypes</B></PRE>
<DL>
<DD>The array of types
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iIndices</H3>
<PRE>
int[] <B>iIndices</B></PRE>
<DL>
<DD>The array of indices
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Seconds"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Seconds.html" title="class in org.joda.time">org.joda.time.Seconds</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380862L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.TimeOfDay"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/TimeOfDay.html" title="class in org.joda.time">org.joda.time.TimeOfDay</A> extends <A HREF="org/joda/time/base/BasePartial.html" title="class in org.joda.time.base">BasePartial</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>3633353405803318660L
<P>
<P>
<A NAME="org.joda.time.TimeOfDay.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/TimeOfDay.Property.html" title="class in org.joda.time">org.joda.time.TimeOfDay.Property</A> extends <A HREF="org/joda/time/field/AbstractPartialFieldProperty.html" title="class in org.joda.time.field">AbstractPartialFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>5598459141741063833L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iTimeOfDay</H3>
<PRE>
<A HREF="org/joda/time/TimeOfDay.html" title="class in org.joda.time">TimeOfDay</A> <B>iTimeOfDay</B></PRE>
<DL>
<DD><B>Deprecated.</B> <DD>The partial
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iFieldIndex</H3>
<PRE>
int <B>iFieldIndex</B></PRE>
<DL>
<DD><B>Deprecated.</B> <DD>The field index
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Weeks"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Weeks.html" title="class in org.joda.time">org.joda.time.Weeks</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380866L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.YearMonth"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/YearMonth.html" title="class in org.joda.time">org.joda.time.YearMonth</A> extends <A HREF="org/joda/time/base/BasePartial.html" title="class in org.joda.time.base">BasePartial</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>797544782896179L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Handle broken serialization from other tools.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.YearMonth.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/YearMonth.Property.html" title="class in org.joda.time">org.joda.time.YearMonth.Property</A> extends <A HREF="org/joda/time/field/AbstractPartialFieldProperty.html" title="class in org.joda.time.field">AbstractPartialFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>5727734012190224363L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iBase</H3>
<PRE>
<A HREF="org/joda/time/YearMonth.html" title="class in org.joda.time">YearMonth</A> <B>iBase</B></PRE>
<DL>
<DD>The partial
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iFieldIndex</H3>
<PRE>
int <B>iFieldIndex</B></PRE>
<DL>
<DD>The field index
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.YearMonthDay"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/YearMonthDay.html" title="class in org.joda.time">org.joda.time.YearMonthDay</A> extends <A HREF="org/joda/time/base/BasePartial.html" title="class in org.joda.time.base">BasePartial</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>797544782896179L
<P>
<P>
<A NAME="org.joda.time.YearMonthDay.Property"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/YearMonthDay.Property.html" title="class in org.joda.time">org.joda.time.YearMonthDay.Property</A> extends <A HREF="org/joda/time/field/AbstractPartialFieldProperty.html" title="class in org.joda.time.field">AbstractPartialFieldProperty</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>5727734012190224363L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iYearMonthDay</H3>
<PRE>
<A HREF="org/joda/time/YearMonthDay.html" title="class in org.joda.time">YearMonthDay</A> <B>iYearMonthDay</B></PRE>
<DL>
<DD><B>Deprecated.</B> <DD>The partial
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iFieldIndex</H3>
<PRE>
int <B>iFieldIndex</B></PRE>
<DL>
<DD><B>Deprecated.</B> <DD>The field index
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.Years"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/Years.html" title="class in org.joda.time">org.joda.time.Years</A> extends <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">BaseSingleFieldPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>87525275727380868L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Resolves singletons.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.joda.time.base</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.joda.time.base.BaseDateTime"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/base/BaseDateTime.html" title="class in org.joda.time.base">org.joda.time.base.BaseDateTime</A> extends <A HREF="org/joda/time/base/AbstractDateTime.html" title="class in org.joda.time.base">AbstractDateTime</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-6728882245981L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iMillis</H3>
<PRE>
long <B>iMillis</B></PRE>
<DL>
<DD>The millis from 1970-01-01T00:00:00Z
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology to use
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.base.BaseDuration"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/base/BaseDuration.html" title="class in org.joda.time.base">org.joda.time.base.BaseDuration</A> extends <A HREF="org/joda/time/base/AbstractDuration.html" title="class in org.joda.time.base">AbstractDuration</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2581698638990L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iMillis</H3>
<PRE>
long <B>iMillis</B></PRE>
<DL>
<DD>The duration length
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.base.BaseInterval"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/base/BaseInterval.html" title="class in org.joda.time.base">org.joda.time.base.BaseInterval</A> extends <A HREF="org/joda/time/base/AbstractInterval.html" title="class in org.joda.time.base">AbstractInterval</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>576586928732749278L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology of the interval
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iStartMillis</H3>
<PRE>
long <B>iStartMillis</B></PRE>
<DL>
<DD>The start of the interval
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iEndMillis</H3>
<PRE>
long <B>iEndMillis</B></PRE>
<DL>
<DD>The end of the interval
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.base.BasePartial"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/base/BasePartial.html" title="class in org.joda.time.base">org.joda.time.base.BasePartial</A> extends <A HREF="org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2353678632973660L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology in use
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iValues</H3>
<PRE>
int[] <B>iValues</B></PRE>
<DL>
<DD>The values of each field in this partial
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.base.BasePeriod"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/base/BasePeriod.html" title="class in org.joda.time.base">org.joda.time.base.BasePeriod</A> extends <A HREF="org/joda/time/base/AbstractPeriod.html" title="class in org.joda.time.base">AbstractPeriod</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-2110953284060001145L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iType</H3>
<PRE>
<A HREF="org/joda/time/PeriodType.html" title="class in org.joda.time">PeriodType</A> <B>iType</B></PRE>
<DL>
<DD>The type of period
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iValues</H3>
<PRE>
int[] <B>iValues</B></PRE>
<DL>
<DD>The values
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.base.BaseSingleFieldPeriod"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/base/BaseSingleFieldPeriod.html" title="class in org.joda.time.base">org.joda.time.base.BaseSingleFieldPeriod</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>9386874258972L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iPeriod</H3>
<PRE>
int <B>iPeriod</B></PRE>
<DL>
<DD>The period in the units of this period.
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.joda.time.chrono</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.joda.time.chrono.AssembledChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.AssembledChronology</A> extends <A HREF="org/joda/time/chrono/BaseChronology.html" title="class in org.joda.time.chrono">BaseChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-6728465968995518215L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io">ObjectInputStream</A> in)
throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassNotFoundException.html" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iBase</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iBase</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iParam</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>iParam</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.BaseChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/BaseChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.BaseChronology</A> extends <A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-7310865996721419676L
<P>
<P>
<A NAME="org.joda.time.chrono.BuddhistChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/BuddhistChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.BuddhistChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-3474595157769370126L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.CopticChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/CopticChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.CopticChronology</A> extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-5972804258688333942L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.EthiopicChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/EthiopicChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.EthiopicChronology</A> extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-5972804258688333942L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.GJChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/GJChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.GJChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-2545574827706931671L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iJulianChronology</H3>
<PRE>
<A HREF="org/joda/time/chrono/JulianChronology.html" title="class in org.joda.time.chrono">JulianChronology</A> <B>iJulianChronology</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iGregorianChronology</H3>
<PRE>
<A HREF="org/joda/time/chrono/GregorianChronology.html" title="class in org.joda.time.chrono">GregorianChronology</A> <B>iGregorianChronology</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iCutoverInstant</H3>
<PRE>
<A HREF="org/joda/time/Instant.html" title="class in org.joda.time">Instant</A> <B>iCutoverInstant</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iCutoverMillis</H3>
<PRE>
long <B>iCutoverMillis</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iGapDuration</H3>
<PRE>
long <B>iGapDuration</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.GregorianChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/GregorianChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.GregorianChronology</A> extends org.joda.time.chrono.BasicGJChronology implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-861407383323710522L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.IslamicChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/IslamicChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.IslamicChronology</A> extends org.joda.time.chrono.BasicChronology implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-3663823829888L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iLeapYears</H3>
<PRE>
<A HREF="org/joda/time/chrono/IslamicChronology.LeapYearPatternType.html" title="class in org.joda.time.chrono">IslamicChronology.LeapYearPatternType</A> <B>iLeapYears</B></PRE>
<DL>
<DD>The leap years to use.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.IslamicChronology.LeapYearPatternType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/IslamicChronology.LeapYearPatternType.html" title="class in org.joda.time.chrono">org.joda.time.chrono.IslamicChronology.LeapYearPatternType</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>26581275372698L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Ensure a singleton is returned if possible.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
index</H3>
<PRE>
byte <B>index</B></PRE>
<DL>
<DD>The index.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
pattern</H3>
<PRE>
int <B>pattern</B></PRE>
<DL>
<DD>The leap year pattern, a bit-based 1=true pattern.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.ISOChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/ISOChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.ISOChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-6212696554273812441L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="writeReplace()"><!-- --></A><H3>
writeReplace</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>writeReplace</B>()</PRE>
<DL>
<DD>Serialize ISOChronology instances using a small stub. This reduces the
serialized size, and deserialized instances come from the cache.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.JulianChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/JulianChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.JulianChronology</A> extends org.joda.time.chrono.BasicGJChronology implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-8731039522547897247L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Serialization singleton
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.LenientChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/LenientChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.LenientChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-3148237568046877177L
<P>
<P>
<A NAME="org.joda.time.chrono.LimitChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/LimitChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.LimitChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>7670866536893052522L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iLowerLimit</H3>
<PRE>
<A HREF="org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>iLowerLimit</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iUpperLimit</H3>
<PRE>
<A HREF="org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>iUpperLimit</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.chrono.StrictChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/StrictChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.StrictChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>6633006628097111960L
<P>
<P>
<A NAME="org.joda.time.chrono.ZonedChronology"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/chrono/ZonedChronology.html" title="class in org.joda.time.chrono">org.joda.time.chrono.ZonedChronology</A> extends <A HREF="org/joda/time/chrono/AssembledChronology.html" title="class in org.joda.time.chrono">AssembledChronology</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-1079258847191166848L
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.joda.time.field</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.joda.time.field.AbstractReadableInstantFieldProperty"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/AbstractReadableInstantFieldProperty.html" title="class in org.joda.time.field">org.joda.time.field.AbstractReadableInstantFieldProperty</A> extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>1971226328211649661L
<P>
<P>
<A NAME="org.joda.time.field.BaseDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/BaseDurationField.html" title="class in org.joda.time.field">org.joda.time.field.BaseDurationField</A> extends <A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-2554245107589433218L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iType</H3>
<PRE>
<A HREF="org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A> <B>iType</B></PRE>
<DL>
<DD>A desriptive name for the field.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.DecoratedDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/DecoratedDurationField.html" title="class in org.joda.time.field">org.joda.time.field.DecoratedDurationField</A> extends <A HREF="org/joda/time/field/BaseDurationField.html" title="class in org.joda.time.field">BaseDurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>8019982251647420015L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iField</H3>
<PRE>
<A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> <B>iField</B></PRE>
<DL>
<DD>The DurationField being wrapped
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.DelegatedDateTimeField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/DelegatedDateTimeField.html" title="class in org.joda.time.field">org.joda.time.field.DelegatedDateTimeField</A> extends <A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-4730164440214502503L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iField</H3>
<PRE>
<A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> <B>iField</B></PRE>
<DL>
<DD>The DateTimeField being wrapped
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iType</H3>
<PRE>
<A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A> <B>iType</B></PRE>
<DL>
<DD>The override field type
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.DelegatedDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/DelegatedDurationField.html" title="class in org.joda.time.field">org.joda.time.field.DelegatedDurationField</A> extends <A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-5576443481242007829L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iField</H3>
<PRE>
<A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> <B>iField</B></PRE>
<DL>
<DD>The DurationField being wrapped
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iType</H3>
<PRE>
<A HREF="org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A> <B>iType</B></PRE>
<DL>
<DD>The field type
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.LenientDateTimeField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/LenientDateTimeField.html" title="class in org.joda.time.field">org.joda.time.field.LenientDateTimeField</A> extends <A HREF="org/joda/time/field/DelegatedDateTimeField.html" title="class in org.joda.time.field">DelegatedDateTimeField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>8714085824173290599L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iBase</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iBase</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.MillisDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/MillisDurationField.html" title="class in org.joda.time.field">org.joda.time.field.MillisDurationField</A> extends <A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>2656707858124633367L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Deserialize to the singleton.
<P>
<DD><DL>
</DD>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.PreciseDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/PreciseDurationField.html" title="class in org.joda.time.field">org.joda.time.field.PreciseDurationField</A> extends <A HREF="org/joda/time/field/BaseDurationField.html" title="class in org.joda.time.field">BaseDurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-8346152187724495365L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iUnitMillis</H3>
<PRE>
long <B>iUnitMillis</B></PRE>
<DL>
<DD>The size of the unit
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.ScaledDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/ScaledDurationField.html" title="class in org.joda.time.field">org.joda.time.field.ScaledDurationField</A> extends <A HREF="org/joda/time/field/DecoratedDurationField.html" title="class in org.joda.time.field">DecoratedDurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-3205227092378684157L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iScalar</H3>
<PRE>
int <B>iScalar</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.SkipDateTimeField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/SkipDateTimeField.html" title="class in org.joda.time.field">org.joda.time.field.SkipDateTimeField</A> extends <A HREF="org/joda/time/field/DelegatedDateTimeField.html" title="class in org.joda.time.field">DelegatedDateTimeField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-8869148464118507846L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology to wrap.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iSkip</H3>
<PRE>
int <B>iSkip</B></PRE>
<DL>
<DD>The value to skip.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.SkipUndoDateTimeField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/SkipUndoDateTimeField.html" title="class in org.joda.time.field">org.joda.time.field.SkipUndoDateTimeField</A> extends <A HREF="org/joda/time/field/DelegatedDateTimeField.html" title="class in org.joda.time.field">DelegatedDateTimeField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-5875876968979L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iChronology</H3>
<PRE>
<A HREF="org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>iChronology</B></PRE>
<DL>
<DD>The chronology to wrap.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iSkip</H3>
<PRE>
int <B>iSkip</B></PRE>
<DL>
<DD>The value to skip.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.StrictDateTimeField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/StrictDateTimeField.html" title="class in org.joda.time.field">org.joda.time.field.StrictDateTimeField</A> extends <A HREF="org/joda/time/field/DelegatedDateTimeField.html" title="class in org.joda.time.field">DelegatedDateTimeField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>3154803964207950910L
<P>
<P>
<A NAME="org.joda.time.field.UnsupportedDateTimeField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/UnsupportedDateTimeField.html" title="class in org.joda.time.field">org.joda.time.field.UnsupportedDateTimeField</A> extends <A HREF="org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-1934618396111902255L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Ensure proper singleton serialization
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iType</H3>
<PRE>
<A HREF="org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A> <B>iType</B></PRE>
<DL>
<DD>The field type
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
iDurationField</H3>
<PRE>
<A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> <B>iDurationField</B></PRE>
<DL>
<DD>The duration of the datetime field
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.field.UnsupportedDurationField"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/field/UnsupportedDurationField.html" title="class in org.joda.time.field">org.joda.time.field.UnsupportedDurationField</A> extends <A HREF="org/joda/time/DurationField.html" title="class in org.joda.time">DurationField</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-6390301302770925357L
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readResolve</B>()</PRE>
<DL>
<DD>Ensure proper singleton serialization
<P>
<DD><DL>
</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iType</H3>
<PRE>
<A HREF="org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A> <B>iType</B></PRE>
<DL>
<DD>The name of the field
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.joda.time.tz</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.joda.time.tz.CachedDateTimeZone"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/tz/CachedDateTimeZone.html" title="class in org.joda.time.tz">org.joda.time.tz.CachedDateTimeZone</A> extends <A HREF="org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>5472298452022250685L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iZone</H3>
<PRE>
<A HREF="org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A> <B>iZone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iInfoCache</H3>
<PRE>
org.joda.time.tz.CachedDateTimeZone.Info[] <B>iInfoCache</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.joda.time.tz.FixedDateTimeZone"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/joda/time/tz/FixedDateTimeZone.html" title="class in org.joda.time.tz">org.joda.time.tz.FixedDateTimeZone</A> extends <A HREF="org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID: </B>-3513011772763289092L
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iNameKey</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>iNameKey</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iWallOffset</H3>
<PRE>
int <B>iWallOffset</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
iStandardOffset</H3>
<PRE>
int <B>iStandardOffset</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2002–2013 <a href="http://www.joda.org">Joda.org</a>. All rights reserved.
</BODY>
</HTML>