直列化された形式
|
パッケージ org.apache.commons.lang |
readResolve
private Object readResolve()
- シングルトンを保証します。
Ensure singleton.
|
パッケージ org.apache.commons.lang.builder |
useFieldNames
boolean useFieldNames
- フィールド名を使うかどうか(初期値 'true')。
Whether to use the field names 'true'
useClassName
boolean useClassName
- クラス名を使うかどうか(初期値 'true')。
Whether to use the class name 'true'
useShortClassName
boolean useShortClassName
- 短縮されたクラス名を使うかどうか(初期値 'false')。
Whether to use short class names 'false'
useIdentityHashCode
boolean useIdentityHashCode
- ハッシュコードを使うかどうか(初期値 'true')。
Whether to use the identity hash code 'true'
contentStart
String contentStart
- 内容表示の開始記号(初期値 '[')。
The content start '['
contentEnd
String contentEnd
- 内容表示の終了記号(初期値 ']')。
The content end ']'
fieldNameValueSeparator
String fieldNameValueSeparator
- フィールドの名称と値の区切り文字(初期値 '=')。
The field name value separator '='
fieldSeparator
String fieldSeparator
- フィールドの区切り文字(初期値 ',')。
The field separator ','
arrayStart
String arrayStart
- 配列表示の開始記号(初期値 '{')。
The array start '{'
arraySeparator
String arraySeparator
- 配列の区切り文字(初期値 ',')。
The array separator ','
arrayContentDetail
boolean arrayContentDetail
- 配列の詳細を表示するかどうか(初期値 'true')。
The detail for array content 'true'
arrayEnd
String arrayEnd
- 配列表示の終了記号(初期値 '}')。
The array end '}'
defaultFullDetail
boolean defaultFullDetail
- fullDetail が null の場合に使用される値(初期値 'true')。
The value to use when fullDetail is null 'true'
nullText
String nullText
- null の文字列表現(初期値 '<null>')。
The null text '<null>'
sizeStartText
String sizeStartText
- サイズ表示の開始記号(初期値 '<size')。
The summary size text start '<size'
sizeEndText
String sizeEndText
- サイズ表示の終了記号(初期値 '>')。
The summary size text start '>'
summaryObjectStartText
String summaryObjectStartText
- オブジェクト情報の開始記号(初期値 '<')。
The summary object text start '<'
summaryObjectEndText
String summaryObjectEndText
- オブジェクト情報の終了記号(初期値 '>')。
The summary object text start '>'
|
パッケージ org.apache.commons.lang.enum |
readResolve
protected Object readResolve()
- 複数のコピーが無駄に生成される、または不正な
enum 型が生成される事のないようにクラスの直列化復元を処理します。
Handle the deserialization of the class to ensure that multiple
copies are not wastefully created, or illegal enum types created.
iName
String iName
- Enum を表現する名称。
The string representation of the Enum.
iValue
int iValue
- enum の持つ値。
The value contained in enum.
|
パッケージ org.apache.commons.lang.exception |
nestable
Throwable nestable
- ラップしている例外またはエラーへの参照(これは
Nestable の実装である必要があります)。
Holds the reference to the exception or error that we're
wrapping (which must be a {@link
org.apache.commons.lang.exception.Nestable} implementation).
delegate
NestableDelegate delegate
- 委譲された多くの処理をもつヘルパーインスタンス。
The helper instance which contains much of the code which we
delegate to.
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.
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.
cause
Throwable cause
- この例外が投げられる原因となった例外またはエラーの参照を保持します。
Holds the reference to the exception or error that caused
this exception to be thrown.
このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation