Serialized Form
Package org.apache.commons.lang |
start
char start
- The first character, inclusive, in the range.
end
char end
- The last character, inclusive, in the range.
negated
boolean negated
- True if the range is everything except the characters specified.
set
java.util.Set set
- The set of CharRange objects.
Package org.apache.commons.lang.builder |
useFieldNames
boolean useFieldNames
- Whether to use the field names, the default is
true
.
useClassName
boolean useClassName
- Whether to use the class name, the default is
true
.
useShortClassName
boolean useShortClassName
- Whether to use short class names, the default is
false
.
useIdentityHashCode
boolean useIdentityHashCode
- Whether to use the identity hash code, the default is
true
.
contentStart
java.lang.String contentStart
- The content start
'['
.
contentEnd
java.lang.String contentEnd
- The content end
']'
.
fieldNameValueSeparator
java.lang.String fieldNameValueSeparator
- The field name value separator
'='
.
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
- Whether the field separator should be added before any other fields.
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
- Whether the field separator should be added after any other fields.
fieldSeparator
java.lang.String fieldSeparator
- The field separator
','
.
arrayStart
java.lang.String arrayStart
- The array start
'{'
.
arraySeparator
java.lang.String arraySeparator
- The array separator
','
.
arrayContentDetail
boolean arrayContentDetail
- The detail for array content.
arrayEnd
java.lang.String arrayEnd
- The array end
'}'
.
defaultFullDetail
boolean defaultFullDetail
- The value to use when fullDetail is
null
,
the default value is true
.
nullText
java.lang.String nullText
- The
null
text '<null>'
.
sizeStartText
java.lang.String sizeStartText
- The summary size text start
'.
sizeEndText
java.lang.String sizeEndText
- The summary size text start
'>'
.
summaryObjectStartText
java.lang.String summaryObjectStartText
- The summary object text start
'<'
.
summaryObjectEndText
java.lang.String summaryObjectEndText
- The summary object text start
'>'
.
Package org.apache.commons.lang.enum |
iName
java.lang.String iName
- The string representation of the Enum.
iValue
int iValue
- The value contained in enum.
Package org.apache.commons.lang.exception |
nestable
java.lang.Throwable nestable
- Holds the reference to the exception or error that we're
wrapping (which must be a
Nestable
implementation).
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
java.lang.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.
cause
java.lang.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.
cause
java.lang.Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Package org.apache.commons.lang.math |
min
double min
- The minimum number in this range (inclusive).
max
double max
- The maximum number in this range (inclusive).
min
float min
- The minimum number in this range (inclusive).
max
float max
- The maximum number in this range (inclusive).
numerator
int numerator
- The numerator number part of the fraction (the three in three sevenths).
denominator
int denominator
- The denominator number part of the fraction (the seven in three sevenths).
min
int min
- The minimum number in this range (inclusive).
max
int max
- The maximum number in this range (inclusive).
constructed
boolean constructed
- Ensures that only the constructor can call reseed.
min
long min
- The minimum number in this range (inclusive).
max
long max
- The maximum number in this range (inclusive).
min
java.lang.Number min
- The minimum number in this range.
max
java.lang.Number max
- The maximum number in this range.
Package org.apache.commons.lang.time |
mPattern
java.lang.String mPattern
- The pattern.
mTimeZone
java.util.TimeZone mTimeZone
- The time zone.
mTimeZoneForced
boolean mTimeZoneForced
- Whether the time zone overrides any on Calendars.
mLocale
java.util.Locale mLocale
- The locale.
mLocaleForced
boolean mLocaleForced
- Whether the locale overrides the default.
mRules
org.apache.commons.lang.time.FastDateFormat.Rule[] mRules
- The parsed rules.
mMaxLengthEstimate
int mMaxLengthEstimate
- The estimated maximum length.
Copyright © 2001-2003 - Apache Software Foundation