Serialized Form


Package net.sf.mpxj

Class net.sf.mpxj.AvailabilityTable extends ArrayList<Availability> implements Serializable

Class net.sf.mpxj.CostRateTable extends ArrayList<CostRateTableEntry> implements Serializable

Class net.sf.mpxj.MPXJException extends Exception implements Serializable


Package net.sf.mpxj.utility

Class net.sf.mpxj.utility.MPXJDateFormat extends DateFormat implements Serializable

Serialized Fields

m_format

SimpleDateFormat m_format
Internal SimpleDateFormat object used to carry out the formatting work. Note that we force the locale to English at this point. This is done because it is not clear whether MPX date formats that contain the names of the days of the week support localised day names, or just the English names. To make things consistent and to ensure we generate MPX files that can be moved between locales, we default to using the English day names.


m_alternativeFormat

SimpleDateFormat m_alternativeFormat

m_null

String m_null

Class net.sf.mpxj.utility.MPXJNumberFormat extends DecimalFormat implements Serializable

Serialized Fields

m_symbols

DecimalFormatSymbols m_symbols
Number formatter.


m_alternativeFormats

DecimalFormat[] m_alternativeFormats

Class net.sf.mpxj.utility.MPXJTimeFormat extends SimpleDateFormat implements Serializable

Serialized Fields

m_null

String m_null



Copyright © 2012. All Rights Reserved.