|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| RCRSCSData を使用しているパッケージ | |
|---|---|
| commlib.data | |
| commlib.message | |
| commlib.data での RCRSCSData の使用 |
|---|
| commlib.data での RCRSCSData のサブクラス | |
|---|---|
class |
EntityIDData
This class represent the data of EntityID. |
class |
EntityIDListData
The EntityIDListData represent the data that is the list of EntityID. |
class |
ValueData
This class represent the data that express Integer value. |
| RCRSCSData を返す commlib.data のメソッド | |
|---|---|
static RCRSCSData<?> |
DataType.createData(DataType type,
int value)
Return RCRSCSData created from type and value. |
| commlib.message での RCRSCSData の使用 |
|---|
| RCRSCSData 型の引数を持つ型を返す commlib.message のメソッド | |
|---|---|
java.util.List<RCRSCSData<?>> |
RCRSCSMessage.getData()
|
java.util.List<RCRSCSData<?>> |
IMessage.getData()
Return list of data registered on the message. |
| RCRSCSData 型のパラメータを持つ commlib.message のメソッド | |
|---|---|
void |
RCRSCSMessage.setData(RCRSCSData<?> data)
|
void |
IMessage.setData(RCRSCSData<?> data)
Register data on the message. |
void |
RCRSCSMessage.setData(RCRSCSData<?> data,
int index)
|
void |
IMessage.setData(RCRSCSData<?> data,
int index)
Register data on the message using specified index. |
| RCRSCSData 型の型引数を持つ commlib.message のコンストラクタパラメータ | |
|---|---|
RCRSCSMessage(java.util.List<RCRSCSData<?>> data,
BaseMessageType type)
Constructor |
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||