Serialized Form


Package org.apache.commons.lang

Class org.apache.commons.lang.CharRange implements Serializable

Serialized Fields

end

char end
The last character, inclusive, in the range.

negated

boolean negated
True if the range is everything except the characters specified.

start

char start
The first character, inclusive, in the range.

Class org.apache.commons.lang.CharSet implements Serializable

Serialized Fields

set

Set set
The set of CharRange objects.

Class org.apache.commons.lang.IllegalClassException implements Serializable

Class org.apache.commons.lang.IncompleteArgumentException implements Serializable

Class org.apache.commons.lang.NotImplementedException implements Serializable

Serialized Fields

cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The exception helper to delegate nested exception handling to.

Class org.apache.commons.lang.NullArgumentException implements Serializable

Class org.apache.commons.lang.ObjectUtils.Null implements Serializable

Class org.apache.commons.lang.SerializationException implements Serializable

Class org.apache.commons.lang.UnhandledException implements Serializable


Package org.apache.commons.lang.builder

Class org.apache.commons.lang.builder.StandardToStringStyle implements Serializable

Class org.apache.commons.lang.builder.ToStringStyle implements Serializable

Serialized Fields

arrayContentDetail

boolean arrayContentDetail
The detail for array content.

arrayEnd

String arrayEnd
The array end '}'.

arraySeparator

String arraySeparator
The array separator ','.

arrayStart

String arrayStart
The array start '{'.

contentEnd

String contentEnd
The content end ']'.

contentStart

String contentStart
The content start '['.

defaultFullDetail

boolean defaultFullDetail
The value to use when fullDetail is null, the default value is true.

fieldNameValueSeparator

String fieldNameValueSeparator
The field name value separator '='.

fieldSeparator

String fieldSeparator
The field separator ','.

fieldSeparatorAtEnd

boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields.

fieldSeparatorAtStart

boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields.

nullText

String nullText
The null text '<null>'.

sizeEndText

String sizeEndText
The summary size text start '>'.

sizeStartText

String sizeStartText
The summary size text start '.

summaryObjectEndText

String summaryObjectEndText
The summary object text start '>'.

summaryObjectStartText

String summaryObjectStartText
The summary object text start '<'.

useClassName

boolean useClassName
Whether to use the class name, the default is true.

useFieldNames

boolean useFieldNames
Whether to use the field names, the default is true.

useIdentityHashCode

boolean useIdentityHashCode
Whether to use the identity hash code, the default is true.

useShortClassName

boolean useShortClassName
Whether to use short class names, the default is false.


Package org.apache.commons.lang.enum

Class org.apache.commons.lang.enum.Enum implements Serializable

Serialized Fields

iName

String iName
Deprecated. 
The string representation of the Enum.

Class org.apache.commons.lang.enum.ValuedEnum implements Serializable

Serialized Fields

iValue

int iValue
Deprecated. 
The value contained in enum.


Package org.apache.commons.lang.enums

Class org.apache.commons.lang.enums.Enum implements Serializable

Serialized Fields

iName

String iName
The string representation of the Enum.

Class org.apache.commons.lang.enums.ValuedEnum implements Serializable

Serialized Fields

iValue

int iValue
The value contained in enum.


Package org.apache.commons.lang.exception

Class org.apache.commons.lang.exception.NestableDelegate implements Serializable

Serialized Fields

nestable

Throwable nestable
Holds the reference to the exception or error that we're wrapping (which must be a Nestable implementation).

Class org.apache.commons.lang.exception.NestableError implements Serializable

Serialized Fields

cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.

Class org.apache.commons.lang.exception.NestableException implements Serializable

Serialized Fields

cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.

Class org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.


Package org.apache.commons.lang.math

Class org.apache.commons.lang.math.DoubleRange implements Serializable

Serialized Fields

max

double max
The maximum number in this range (inclusive).

min

double min
The minimum number in this range (inclusive).

Class org.apache.commons.lang.math.FloatRange implements Serializable

Serialized Fields

max

float max
The maximum number in this range (inclusive).

min

float min
The minimum number in this range (inclusive).

Class org.apache.commons.lang.math.Fraction implements Serializable

Serialized Fields

denominator

int denominator
The denominator number part of the fraction (the seven in three sevenths).

numerator

int numerator
The numerator number part of the fraction (the three in three sevenths).

Class org.apache.commons.lang.math.IntRange implements Serializable

Serialized Fields

max

int max
The maximum number in this range (inclusive).

min

int min
The minimum number in this range (inclusive).

Class org.apache.commons.lang.math.JVMRandom implements Serializable

Serialized Fields

constructed

boolean constructed
Ensures that only the constructor can call reseed.

Class org.apache.commons.lang.math.LongRange implements Serializable

Serialized Fields

max

long max
The maximum number in this range (inclusive).

min

long min
The minimum number in this range (inclusive).

Class org.apache.commons.lang.math.NumberRange implements Serializable

Serialized Fields

max

Number max
The maximum number in this range.

min

Number min
The minimum number in this range.


Package org.apache.commons.lang.mutable

Class org.apache.commons.lang.mutable.MutableByte implements Serializable

Serialized Fields

value

byte value
The mutable value.

Class org.apache.commons.lang.mutable.MutableDouble implements Serializable

Serialized Fields

value

double value
The mutable value.

Class org.apache.commons.lang.mutable.MutableFloat implements Serializable

Serialized Fields

value

float value
The mutable value.

Class org.apache.commons.lang.mutable.MutableInt implements Serializable

Serialized Fields

value

int value
The mutable value.

Class org.apache.commons.lang.mutable.MutableLong implements Serializable

Serialized Fields

value

long value
The mutable value.

Class org.apache.commons.lang.mutable.MutableObject implements Serializable

Serialized Fields

value

Object value
The mutable value.

Class org.apache.commons.lang.mutable.MutableShort implements Serializable

Serialized Fields

value

short value
The mutable value.


Package org.apache.commons.lang.time

Class org.apache.commons.lang.time.FastDateFormat implements Serializable

Serialized Fields

mLocale

Locale mLocale
The locale.

mLocaleForced

boolean mLocaleForced
Whether the locale overrides the default.

mMaxLengthEstimate

int mMaxLengthEstimate
The estimated maximum length.

mPattern

String mPattern
The pattern.

mRules

org.apache.commons.lang.time.FastDateFormat.Rule[] mRules
The parsed rules.

mTimeZone

TimeZone mTimeZone
The time zone.

mTimeZoneForced

boolean mTimeZoneForced
Whether the time zone overrides any on Calendars.



Copyright © 2001-2005 - Apache Software Foundation