commlib.data
クラス ValueData
java.lang.Object
commlib.data.RCRSCSData<java.lang.Integer>
commlib.data.ValueData
public class ValueData
- extends RCRSCSData<java.lang.Integer>
This class represent the data that express Integer value.
- 作成者:
- takefumi
メソッドの概要 |
void |
setData(java.lang.Integer value)
Set the value to obj |
クラス java.lang.Object から継承されたメソッド |
getClass, notify, notifyAll, wait, wait, wait |
ValueData
public ValueData(DataType type)
- Constructor
- パラメータ:
type
- type of the data(DataType
)
ValueData
public ValueData(DataType type,
java.lang.Integer value)
- Constructor
- パラメータ:
type
- type of the data(DataType
)value
- actual value of the data(Integer
)
setData
public void setData(java.lang.Integer value)
- クラス
RCRSCSData
の記述:
- Set the value to obj
- 定義:
- クラス
RCRSCSData<java.lang.Integer>
内の setData
- パラメータ:
value
- actual value of this data