|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.print.attribute.IntegerSyntax
public abstract class IntegerSyntax
IntegerSyntax クラスは、整数値を持つすべての属性の一般的な実装を提供する抽象基底クラスです。
背後にある実装では、整数型の属性は整数型そのものです。
を呼び出すことにより、整数型の属性の整数値を取得できます。整数型の属性の整数値は構築時に設定されます (getValue()
を参照)。整数型の属性の整数値は、いったん構築されると変更できません。
IntegerSyntax(int)
コンストラクタの概要 | |
---|---|
protected |
IntegerSyntax(int value)
指定された整数値を持つ新しい整数型の属性を構築します。 |
protected |
IntegerSyntax(int value,
int lowerBound,
int upperBound)
指定された整数値を持つ新しい整数型の属性を構築します。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object object)
この整数型の属性がオブジェクトに渡された整数型の属性と等しいかどうかを返します。 |
int |
getValue()
この整数型の属性の整数値を返します。 |
int |
hashCode()
整数型の属性のハッシュコード値を返します。 |
String |
toString()
この整数型の属性に対応する文字列値を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
protected IntegerSyntax(int value)
value
- 整数値protected IntegerSyntax(int value, int lowerBound, int upperBound)
value
- 整数値lowerBound
- 下限upperBound
- 上限
IllegalArgumentException
- (チェックされない例外) value
が lowerBound
より小さいか、upperBound
より大きい場合にスローされるメソッドの詳細 |
---|
public int getValue()
public boolean equals(Object object)
object
が null ではない
object
が IntegerSyntax クラスのインスタンスである
object
の値が同じである
Object
内の equals
object
- 比較対象のオブジェクト
object
が整数型の属性と等しい場合は true、そうでない場合は falseObject.hashCode()
,
Hashtable
public int hashCode()
Object
内の hashCode
Object.equals(java.lang.Object)
,
Hashtable
public String toString()
Object
内の toString
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。