getBusObj()、getString()、getLong()、 getInt()、getDouble()、 getFloat()、 getBoolean()

Participant インスタンスに関連付けられたデータを検索します。

構文

BusObj getBusObj()
 String getString()
 long getLong()
 int getInt()
 double getDouble()
 float getFloat()
 boolean getBoolean()
 

戻り値

この参加者インスタンスに関連付けられたデータを戻します。このデータ値のデータ型は、メソッド名に含まれます。例えば、getBoolean()boolean 値を、getBusObj()BusObj 値を、getDouble()double 値を戻します。

例外

RelationshipRuntimeException - "例外処理"を参照してください。

参照項目

set(), 関係定義の作成, "サブマップを使用した変換"

Copyright IBM Corp. 2004