commlib.data
クラス EntityIDData

java.lang.Object
  上位を拡張 commlib.data.RCRSCSData<rescuecore2.worldmodel.EntityID>
      上位を拡張 commlib.data.EntityIDData

public class EntityIDData
extends RCRSCSData<rescuecore2.worldmodel.EntityID>

This class represent the data of EntityID.

作成者:
takefumi

コンストラクタの概要
EntityIDData(DataType type, rescuecore2.worldmodel.EntityID value)
          Constructor
 
メソッドの概要
 void setData(rescuecore2.worldmodel.EntityID obj)
          Set the value to obj
 
クラス commlib.data.RCRSCSData から継承されたメソッド
equals, getData, getType, hashCode, toString
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EntityIDData

public EntityIDData(DataType type,
                    rescuecore2.worldmodel.EntityID value)
Constructor

パラメータ:
type - type of the data(DataType)
value - actual value of data(EntityID)
メソッドの詳細

setData

public void setData(rescuecore2.worldmodel.EntityID obj)
クラス RCRSCSData の記述:
Set the value to obj

定義:
クラス RCRSCSData<rescuecore2.worldmodel.EntityID> 内の setData
パラメータ:
obj - actual value of this data