|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcommlib.data.RCRSCSData<E>
E - public abstract class RCRSCSData<E>
This class show that Data of Entity, and have one DataType and one
value.
| メソッドの概要 | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
E |
getData()
Return the actual value of this data. |
DataType |
getType()
Return the DataType of this data. |
int |
hashCode()
|
abstract void |
setData(E obj)
Set the value to obj |
java.lang.String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| メソッドの詳細 |
|---|
public DataType getType()
DataType of this data.
DataTypepublic E getData()
public abstract void setData(E obj)
obj - actual value of this datapublic int hashCode()
java.lang.Object 内の hashCodepublic boolean equals(java.lang.Object obj)
java.lang.Object 内の equalspublic java.lang.String toString()
java.lang.Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||