直列化された形式


パッケージ org.apache.commons.lang

クラス org.apache.commons.lang.CharRangeObject を拡張し、Serializable を実装しています

serialVersionUID: 8270183163158333422l

直列化されたフィールド

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.

クラス org.apache.commons.lang.CharSetObject を拡張し、Serializable を実装しています

serialVersionUID: 5947847346149275958l

直列化されたフィールド

set

Set set
CharRange オブジェクトのセット。
The set of CharRange objects.

クラス org.apache.commons.lang.IllegalClassExceptionIllegalArgumentException を拡張し、Serializable を実装しています

クラス org.apache.commons.lang.IncompleteArgumentExceptionIllegalArgumentException を拡張し、Serializable を実装しています

クラス org.apache.commons.lang.NotImplementedExceptionUnsupportedOperationException を拡張し、Serializable を実装しています

クラス org.apache.commons.lang.NullArgumentExceptionIllegalArgumentException を拡張し、Serializable を実装しています

クラス org.apache.commons.lang.ObjectUtils.NullObject を拡張し、Serializable を実装しています

serialVersionUID: 7092611880189329093l

直列化メソッド

readResolve

private Object readResolve()

Ensure singleton.

クラス org.apache.commons.lang.SerializationExceptionNestableRuntimeException を拡張し、Serializable を実装しています

クラス org.apache.commons.lang.UnhandledExceptionNestableRuntimeException を拡張し、Serializable を実装しています


パッケージ org.apache.commons.lang.builder

クラス org.apache.commons.lang.builder.StandardToStringStyleToStringStyle を拡張し、Serializable を実装しています

クラス org.apache.commons.lang.builder.ToStringStyleObject を拡張し、Serializable を実装しています

直列化されたフィールド

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

String contentStart
The content start '['.


contentEnd

String contentEnd
The content end ']'.


fieldNameValueSeparator

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

String fieldSeparator
The field separator ','.


arrayStart

String arrayStart
The array start '{'.


arraySeparator

String arraySeparator
The array separator ','.


arrayContentDetail

boolean arrayContentDetail
The detail for array content.


arrayEnd

String arrayEnd
The array end '}'.


defaultFullDetail

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


nullText

String nullText
The null text '<null>'.


sizeStartText

String sizeStartText
The summary size text start '.


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

クラス org.apache.commons.lang.enum.EnumObject を拡張し、Serializable を実装しています

serialVersionUID: -487045951170455942l

直列化メソッド

readResolve

protected Object readResolve()

Handle the deserialization of the class to ensure that multiple copies are not wastefully created, or illegal enum types created.

直列化されたフィールド

iName

String iName
The string representation of the Enum.

クラス org.apache.commons.lang.enum.ValuedEnumEnum を拡張し、Serializable を実装しています

serialVersionUID: -7129650521543789085l

直列化されたフィールド

iValue

int iValue
The value contained in enum.


パッケージ org.apache.commons.lang.exception

クラス org.apache.commons.lang.exception.NestableDelegateObject を拡張し、Serializable を実装しています

直列化されたフィールド

nestable

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

クラス org.apache.commons.lang.exception.NestableErrorError を拡張し、Serializable を実装しています

直列化されたフィールド

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.

クラス org.apache.commons.lang.exception.NestableExceptionException を拡張し、Serializable を実装しています

直列化されたフィールド

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.

クラス org.apache.commons.lang.exception.NestableRuntimeExceptionRuntimeException を拡張し、Serializable を実装しています

直列化されたフィールド

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.


パッケージ org.apache.commons.lang.math

クラス org.apache.commons.lang.math.DoubleRangeRange を拡張し、Serializable を実装しています

serialVersionUID: 71849363892740l

直列化されたフィールド

min

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


max

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

クラス org.apache.commons.lang.math.FloatRangeRange を拡張し、Serializable を実装しています

serialVersionUID: 71849363892750l

直列化されたフィールド

min

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


max

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

クラス org.apache.commons.lang.math.FractionNumber を拡張し、Serializable を実装しています

serialVersionUID: 65382027393090l

直列化されたフィールド

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).

クラス org.apache.commons.lang.math.IntRangeRange を拡張し、Serializable を実装しています

serialVersionUID: 71849363892730l

直列化されたフィールド

min

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


max

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

クラス org.apache.commons.lang.math.JVMRandomRandom を拡張し、Serializable を実装しています

直列化されたフィールド

constructed

boolean constructed
Ensures that only the constructor can call reseed.

クラス org.apache.commons.lang.math.LongRangeRange を拡張し、Serializable を実装しています

serialVersionUID: 71849363892720l

直列化されたフィールド

min

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


max

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

クラス org.apache.commons.lang.math.NumberRangeRange を拡張し、Serializable を実装しています

serialVersionUID: 71849363892710l

直列化されたフィールド

min

Number min
The minimum number in this range.


max

Number max
The maximum number in this range.


パッケージ org.apache.commons.lang.time

クラス org.apache.commons.lang.time.FastDateFormatFormat を拡張し、Serializable を実装しています

直列化されたフィールド

mPattern

String mPattern
パターンです。
The pattern.


mTimeZone

TimeZone mTimeZone
タイムゾーンです。
The time zone.


mTimeZoneForced

boolean mTimeZoneForced
Calendar のタイムゾーンを上書きするかどうか。
Whether the time zone overrides any on Calendars.


mLocale

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.



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation