interface TraderOffer
|
TraderOffer - this contains an offer of an object (which is usually returned
as result of a query. More... |
|
|
Public Methods
Public Members
TraderOffer - this contains an offer of an object (which is usually returned
as result of a query.
| readonly attribute string interfaceName
| interfaceName |
sequence<string> getProperty (string name)
| getProperty |
This allows you to query additional information about the offer,
such as the author of the plugin, the name of the library that
implements it (if it is a library) or similar.
Since some properties support having multiple values, this always
returns a sequence<string>, which may be empty if the property isn't
present at all.
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |