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

Retrieves the data associated with the Participant instance.

Syntax

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

Return values

Returns the data associated with this participant instance. This data value is of the type included in the method name. For example, getBoolean() returns a boolean value, getBusObj() returns a BusObj value, getDouble() returns a double value, and so on.

Exceptions

RelationshipRuntimeException - See "Handling exceptions".

See also

set(), Creating relationship definitions, "Transforming with a submap"

Copyright IBM Corp. 2003