Serialized Form
Package org.apache.commons.lang |
Package org.apache.commons.lang.builder |
arrayContentDetail
boolean arrayContentDetail
- The detail for array content
arrayEnd
java.lang.String arrayEnd
- The array end '}'
arraySeparator
java.lang.String arraySeparator
- The array separator ','
arrayStart
java.lang.String arrayStart
- The array start '{'
contentEnd
java.lang.String contentEnd
- The content end ']'
contentStart
java.lang.String contentStart
- The content start '['
defaultFullDetail
boolean defaultFullDetail
- The value to use when fullDetail is null 'true'
fieldNameValueSeparator
java.lang.String fieldNameValueSeparator
- The field name value separator '='
fieldSeparator
java.lang.String fieldSeparator
- The field separator ','
nullText
java.lang.String nullText
- The null text ''
sizeEndText
java.lang.String sizeEndText
- The summary size text start '>'
sizeStartText
java.lang.String sizeStartText
- The summary size text start '
summaryObjectEndText
java.lang.String summaryObjectEndText
- The summary object text start '>'
summaryObjectStartText
java.lang.String summaryObjectStartText
- The summary object text start '<'
useClassName
boolean useClassName
- Whether to use the class name 'true'
useFieldNames
boolean useFieldNames
- Whether to use the field names 'true'
useIdentityHashCode
boolean useIdentityHashCode
- Whether to use the identity hash code 'true'
useShortClassName
boolean useShortClassName
- Whether to use short class names 'false'
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).
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.
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
Copyright (c) 2001-2002 - Apache Software Foundation