jp.ac.nagoyau.is.ss.kishii.suntori.message.data
Class ValueData
java.lang.Object
jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData<java.lang.Integer>
jp.ac.nagoyau.is.ss.kishii.suntori.message.data.ValueData
public class ValueData
- extends RCRSCSData<java.lang.Integer>
This class represent the data that express Integer value.
- Author:
- takefumi
Fields inherited from class jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData |
type, value |
Method Summary |
void |
setData(java.lang.Integer value)
Set the value to obj |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ValueData
public ValueData(DataType type)
- Constructor
- Parameters:
type
- type of the data(DataType
)
ValueData
public ValueData(DataType type,
java.lang.Integer value)
- Constructor
- Parameters:
type
- type of the data(DataType
)value
- actual value of the data(Integer
)
setData
public void setData(java.lang.Integer value)
- Description copied from class:
RCRSCSData
- Set the value to obj
- Specified by:
setData
in class RCRSCSData<java.lang.Integer>
- Parameters:
value
- actual value of this data