|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.jdbc.Reference<T>
T
- 値の型public class Reference<T>
コンストラクタの概要 | |
---|---|
Reference()
|
|
Reference(T value)
|
メソッドの概要 | |
---|---|
T |
get()
|
void |
set(T value)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Reference()
public Reference(T value)
メソッドの詳細 |
---|
public T get()
public void set(T value)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |